From 36691f2e93b345c2568112b8c4d89a7b9a62ecd0 Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Sun, 5 Jan 2025 18:10:34 +0100 Subject: [PATCH] Drop `poetry config warnings.export` No longer applicable with Poetry 2.0. --- integration/Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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