Skip to content

Commit

Permalink
Removed forgotten assert
Browse files Browse the repository at this point in the history
  • Loading branch information
fjwillemsen committed Oct 22, 2023
1 parent 60cda1a commit d36a5eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def check_development_environment(session: Session) -> None:
Update with 'poetry install --sync', using '--with' and '-E' for optional dependencies, extras respectively.
Note: {removals} packages are not in the specification (i.e. installed manually) and may be removed.
To preview changes, run 'poetry install --sync --dry-run' (with optional dependencies and extras).""")
assert False

@session(python=python_versions_to_test) # missing versions can be installed with `pyenv install ...`
# do not forget check / set the versions with `pyenv global`, or `pyenv local` in case of virtual environment
Expand Down

0 comments on commit d36a5eb

Please sign in to comment.