lincolnloop / python-package-manager-shootout

Benchmarking various Python package managers
https://lincolnloop.github.io/python-package-manager-shootout/
MIT License
44 stars 10 forks source link

Keep poetry virtual environment away from its cache #17

Closed dimbleby closed 8 months ago

dimbleby commented 8 months ago

per https://github.com/lincolnloop/python-package-manager-shootout/pull/15#issuecomment-1950141763

There's definitely a case to be made that this is poetry's own silly fault, if it didn't want people who clear the cache also to clear their venv then it shouldn't have done that.

But I think it is more in the spirit of what the benchmark is trying to measure to keep these things separate, and keep the tests more comparable.