tox-poetry icon indicating copy to clipboard operation
tox-poetry copied to clipboard

Dependency Group Support

Open da1910 opened this issue 2 years ago • 0 comments

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 extras for things like test or docs dependencies is removed.

Support for these would be very helpful, much in the way this tool allows users to specify extras to be installed as part of a tox env, it should allow users to specify dependency groups for installation or to be omitted.

See: https://python-poetry.org/docs/master/managing-dependencies/#dependency-groups https://python-poetry.org/docs/master/pyproject/#dependencies-and-dependency-groups https://python-poetry.org/docs/master/cli/#install

da1910 avatar Nov 21 '22 10:11 da1910