tox-poetry
tox-poetry copied to clipboard
Poetry plugin for tox.
Updated the source code to support tox >= 4.0.0. The old implementation is kept for old tox versions. Closes #15
`tox-poetry` is does not work with `tox>=4.0.0`: ```sh python -m pip install -U "tox
With the release of Poetry 1.2 recently the suggested approach for organising dependencies is now to use groups, rather than the binary `dependencies` vs. `dev-dependencies`. Additionally, the need to use...
Hello, would you consider moving the project under the tox-dev umbrella? See documentation under https://tox.readthedocs.io/en/rewrite/plugins.html#adoption-of-a-plugin-under-tox-dev-github-organization Furthermore, tox v4 is getting ready and we'd like to make sure this plugin is...