fedora-python / tox-current-env

tox plugin to run tests in current Python environment
https://pypi.org/project/tox-current-env/
MIT License
23 stars 8 forks source link

RFE: Support for `dependency-groups` (PEP 735) #81

Closed mtelka closed 1 month ago

mtelka commented 1 month ago

The newly released tox 4.22.0 added support for dependency-groups (PEP 735) and it also switched to list its test dependencies using dependency-groups.

It would be great if tox-current-env supports dependency-groups similarly as it does with regular dependencies (--print-deps-to) and extras (--print-extras-to).

Thank you.

hroncok commented 1 month ago

Yes, I actually opened https://bugzilla.redhat.com/show_bug.cgi?id=2318849 yesterday and I planned to add support here.

The current state of tests will make this harder. I think it's time we drop tox 3 code when we do this.

mtelka commented 1 month ago

The current state of tests will make this harder. I think it's time we drop tox 3 code when we do this.

I fully agree. tox 3 is dead for almost two years now.

hroncok commented 1 month ago

Released in 0.0.14