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

Fix test session dependencies not being locked #150

Merged
merged 2 commits into from
Jan 3, 2023

Conversation

johnthagen
Copy link
Owner

The test Nox session dependencies are not being properly locked. This is because nox-poetry does not yet support dependency groups:

This bug is due to #121 eagerly moving the test dependencies out of the dev group into the test group. The result of this, is that none of the test dependencies were being constrained by nox-poetry 🤦 .

@johnthagen johnthagen added the bug Something isn't working label Jan 3, 2023
@johnthagen johnthagen self-assigned this Jan 3, 2023
@johnthagen johnthagen merged commit e4a15fe into master Jan 3, 2023
@johnthagen johnthagen deleted the fix-test-session-deps branch January 3, 2023 18:30
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.

1 participant