diff --git a/.vscode/settings.json b/.vscode/settings.json index dbcaa1af9..a3c93dd65 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -69,6 +69,7 @@ "prover", "psubscribe", "pydantic", + "pyproject", "pytest", "PYTHONPATH", "reqs", diff --git a/dockerfiles/tests/Dockerfile b/dockerfiles/tests/Dockerfile index 65b7881f9..7f1e305f8 100644 --- a/dockerfiles/tests/Dockerfile +++ b/dockerfiles/tests/Dockerfile @@ -14,7 +14,7 @@ COPY endorser/poetry.lock endorser/ COPY trustregistry/poetry.lock trustregistry/ COPY waypoint/poetry.lock waypoint/ -# Install all depedencies +# Install all dependencies ARG POETRY_VERSION=1.8.4 RUN pip install --no-cache-dir poetry==${POETRY_VERSION}