Skip to content

Commit

Permalink
Drop poetry config warnings.export
Browse files Browse the repository at this point in the history
No longer applicable with Poetry 2.0.
  • Loading branch information
andreaso committed Jan 5, 2025
1 parent 6bc1d6f commit 36691f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 36691f2

Please sign in to comment.