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

Include dependency groups in constraints file #1139

Merged
merged 26 commits into from
Jul 8, 2023
Merged

Conversation

cjolowicz
Copy link
Owner

Include dependency groups other than dev in the constraints file used when installing packages. Previously, dependencies in those groups weren't kept at the versions from the lock file. This also fixes the warning The --dev option is deprecated, use the --with dev notation instead.

Fixes #977
Fixes #873

@cjolowicz cjolowicz added the bug Something isn't working label Jul 8, 2023
@cjolowicz cjolowicz merged commit 66ddf00 into main Jul 8, 2023
37 checks passed
@cjolowicz cjolowicz deleted the feat/dependency-groups branch July 8, 2023 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nox-poetry does not respect the new dependency groups from Poetry Warnings with Poetry 1.2.0
1 participant