Releases: enpaul/tox-poetry-installer
Releases · enpaul/tox-poetry-installer
Version 1.0.0 Beta 1
- Update Poetry compatibility to include >=1.5
- Update Tox compatibility to use Tox 4
- Remove support for Tox 3
- Remove deprecated
--require-poetry
command line option - Remove deprecated
install_dev_deps
confguration option - Remove deprecated
--parallelize-locked-install
command line option
Version 0.10.3
Version 0.10.2
- Update documentation with best practices and Poetry 1.2+ command syntax
- Fix failed install of sdist package not raising an exception in multi-threaded mode.
Contributed by chriskuehl (#86)
View this release on PyPI
Version 0.10.1
Version 0.10.0
Version 0.9.0
- Add support for Poetry-1.2.x. Contributed by Justin Wood (#73)
- Update Black formatting to stable release version
- Remove support for Python-3.6
- Remove support for Poetry-1.1.x
- Fix installing dependencies multiple times when transient dependencies are duplicated in
the dependency tree
View this release on PyPI
Version 0.8.5
- Fix Poetry version specification supporting the incompatible Poetry-1.2.0 release
This is the last release that supports Poetry-1.1.x and Python-3.6.
View this release on PyPI
Version 0.8.4
- Fix issue where incompatible package versions were selected for installation when multiple package versions were in the lockfile (#68)
Version 0.8.3
- Add PyPI classifier for Python 3.10 compatibility
Version 0.8.2
- Improve debug-level logging for package installation, and time how long installing each package takes. Contributed by Rebecca Turner (#63)
- Fix crash caused by the package-under-test depending on Poetry's unsafe dependencies (#65)