Tox Poetry Installer Versions Save

A plugin for Tox that lets you install test environment dependencies from the Poetry lockfile

1.0.0b1

9 months ago
  • 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

View this release on PyPI

0.10.3

1 year ago
  • Update Poetry requirement to exclude usage with incompatible 1.5 release

This is the last release that supports Poetry <1.5 and Tox < 4.0

View this release on PyPI

0.10.2

1 year ago
  • 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

0.10.1

1 year ago
  • Add PyPI classifier for Python-3.11 compatibility
  • Add CI support for Python-3.11
  • Add support for Poetry-1.3.x (#83)

View this release on PyPI

0.10.0

1 year ago
  • Add poetry_dep_groups option to support installing groups of Poetry dependencies. Contributed by Oshmoun (#76)
  • Deprecate install_dev_deps option

View this release on PyPI

0.9.0

1 year ago
  • 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

0.8.5

1 year ago
  • 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

0.8.4

2 years ago
  • Fix issue where incompatible package versions were selected for installation when multiple package versions were in the lockfile (#68)

View this release on PyPI

0.8.3

2 years ago
  • Add PyPI classifier for Python 3.10 compatibility

View this release on PyPI

0.8.2

2 years ago
  • 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)

View this release on PyPI