-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
python-poetry/poetry-core
#568Labels
area/coreRelated to the poetry-core libraryRelated to the poetry-core librarykind/bugSomething isn't working as expectedSomething isn't working as expected
Description
- Poetry version: 1.4.1
- Python version: 3.10.6 (also happening with 3.11)
- OS version and name: Pop Os 22.04
- pyproject.toml: https://gist.github.com/pintaf/3213cb36bd348a8753eb0467f3c20e1f
- I am on the latest stable Poetry version, installed using a recommended method.
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have consulted the FAQ and blog for any relevant entries or release notes.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvvoption) and have included the output below.
Issue
At least *10 performance reduction in poetry export
After trying to find out why my build CI/CD stage went from 40 secs to 7 minutes without any reason, I found out that the version 1.4.0 has huge impact on the speed of the command: poetry export -f requirements.txt
I do also have an up todate poetry.lock file next to the pyproject.toml if it can have an impact.
I'll have to switch back to old poetry version.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/coreRelated to the poetry-core libraryRelated to the poetry-core librarykind/bugSomething isn't working as expectedSomething isn't working as expected