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 Bump patch version 2021-01-22 19:13:42 -05:00
__init__.py Split single module file out into directory module 2020-11-11 22:37:08 -05:00
_poetry.py Add runtime option for forcing error if poetry is not found 2020-12-05 15:01:39 -05:00
constants.py Update logging integration to improve standardization 2020-12-04 17:22:41 -05:00
datatypes.py Restructure config options to support tox's native change detection 2020-11-12 00:54:27 -05:00
exceptions.py Add internally proxied poetry module to support runtime in non-Poetry envs 2020-12-04 22:16:36 -05:00
hooks.py Fix non-deterministic dependency order resolution 2021-02-10 00:07:33 -05:00
py.typed Add typing stub file 2020-11-11 22:37:08 -05:00
utilities.py Fix non-deterministic dependency order resolution 2021-02-10 00:07:33 -05:00