We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of installing all the dev-dependencies on each nox session:
nox
hypermodern-python/pyproject.toml
Lines 21 to 42 in ed593b8
This requires upgrading poetry to 1.2 (e.g., 1.2.2):
hypermodern-python/.github/workflows/tests.yml
Line 17 in ed593b8
Suggested groups:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Instead of installing all the dev-dependencies on each
nox
session:hypermodern-python/pyproject.toml
Lines 21 to 42 in ed593b8
Split the dev-deps into groups - a feature provided by poetry 1.2:
https://python-poetry.org/docs/managing-dependencies/#dependency-groups
Install only the relevant dependencies.
This requires upgrading poetry to 1.2 (e.g., 1.2.2):
hypermodern-python/.github/workflows/tests.yml
Line 17 in ed593b8
Suggested groups:
The text was updated successfully, but these errors were encountered: