Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for PEP 735 dependency groups #3408

Closed
edgarrmondragon opened this issue Oct 14, 2024 · 0 comments · Fixed by #3409
Closed

Add support for PEP 735 dependency groups #3408

edgarrmondragon opened this issue Oct 14, 2024 · 0 comments · Fixed by #3409

Comments

@edgarrmondragon
Copy link

What's the problem this feature will solve?

PEP 735 was recently accepted, so as package managers begin to implement it it'd be nice if Tox also had support for it.

Describe the solution you'd like

Similar to how extras are currently supported, maybe a new config option for dependency groups:

[testenv]
dependency-groups = test
commands = pytest tests

Alternative Solutions

Can't think of any 🤷‍♂️.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant