Open ncoghlan opened 5 days ago
pdm 2.20.1+ supports PEP 735 dependency groups, which will allow migrating away from the PDM-specific development dependency declarations.
tox 4.22.0 also supports PEP 735 dependency groups: https://github.com/tox-dev/tox/commit/568b90f041b4f3ec05bbcf9fbcd6c51e87a8e6ed
After migration, tox-pdm shouldn't be necessary anymore (since we're just using it to install specific PDM dependency groups in particular environments)
tox-pdm
pdm 2.20.1+ supports PEP 735 dependency groups, which will allow migrating away from the PDM-specific development dependency declarations.
tox 4.22.0 also supports PEP 735 dependency groups: https://github.com/tox-dev/tox/commit/568b90f041b4f3ec05bbcf9fbcd6c51e87a8e6ed
After migration,
tox-pdm
shouldn't be necessary anymore (since we're just using it to install specific PDM dependency groups in particular environments)