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

Move dev dependencies to dependency groups #64

Open
ffl096 opened this issue Nov 19, 2024 · 0 comments
Open

Move dev dependencies to dependency groups #64

ffl096 opened this issue Nov 19, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@ffl096
Copy link
Member

ffl096 commented Nov 19, 2024

With PEP 735 accepted, pyproject.toml supports a new dependency-groups table dedicated for dev dependencies that are not exposed to built distributions.

We should move our dev dependencies (pytest, mypy, and all sphinx packages) out of package extras to dependency groups. Package extras should only be used for non-development optional packages.

See also pyt-team/TopoNetX#402.

@ffl096 ffl096 added the good first issue Good for newcomers label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant