We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cda1a commit d36a5ebCopy full SHA for d36a5eb
noxfile.py
@@ -56,7 +56,6 @@ def check_development_environment(session: Session) -> None:
56
Update with 'poetry install --sync', using '--with' and '-E' for optional dependencies, extras respectively.
57
Note: {removals} packages are not in the specification (i.e. installed manually) and may be removed.
58
To preview changes, run 'poetry install --sync --dry-run' (with optional dependencies and extras).""")
59
- assert False
60
61
@session(python=python_versions_to_test) # missing versions can be installed with `pyenv install ...`
62
# do not forget check / set the versions with `pyenv global`, or `pyenv local` in case of virtual environment
0 commit comments