poetry build
gets slower the more files are in the project directory
#7644
Labels
area/build-system
Related to PEP 517 packaging (see poetry-core)
kind/bug
Something isn't working as expected
status/triage
This issue needs to be triaged
poetry new
defaults-vvv
option) and have included the output below.Issue
With an increasing amount of files inside a project folder (let's say 50 000+)
poetry build
takes increasingly more time, e.g.:I also found an issue from somebody on Stackoverflow, they reference a real world scenario of using
node_modules
somewhere in the project dir.I know it is a real edge-case but it would still be nice if exluded files would not be considered at all.
Here is a short reproduction:
It just shows a small delay on my screenshot, but I have a real project where the delay is much more pronounced.
Using
exclude = ["folder"]
takes no effect on the speed of the build.Just for my reference: https://github.com/DanielHabenicht/bug.poetry
The text was updated successfully, but these errors were encountered: