mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-06-10 08:23:24 +00:00
Unordered sets strike again. By casting a list of packages to a set to ensure uniqueness the installation of the packages becomes non-deterministic. This is not great, but it trivially breaks installing packages that require their dependencies for installation. Fixes #41