tox-poetry-installer/tox_poetry_installer
Ethan Paul ea8bc3887e
Fix non-deterministic dependency order resolution
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
2021-02-10 00:07:33 -05:00
..
__about__.py
__init__.py
_poetry.py
constants.py
datatypes.py
exceptions.py
hooks.py Fix non-deterministic dependency order resolution 2021-02-10 00:07:33 -05:00
py.typed
utilities.py Fix non-deterministic dependency order resolution 2021-02-10 00:07:33 -05:00