diff --git a/integration/Dockerfile b/integration/Dockerfile index 0795992..cbb2148 100644 --- a/integration/Dockerfile +++ b/integration/Dockerfile @@ -7,8 +7,6 @@ RUN pip install --no-cache-dir poetry poetry-plugin-export WORKDIR /pip COPY pyproject.toml poetry.lock /pip/ - -RUN poetry config warnings.export false RUN poetry export --without-hashes --format=requirements.txt --output=constraints.txt