Skip to content

Commit d36a5eb

Browse files
committed
Removed forgotten assert
1 parent 60cda1a commit d36a5eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def check_development_environment(session: Session) -> None:
5656
Update with 'poetry install --sync', using '--with' and '-E' for optional dependencies, extras respectively.
5757
Note: {removals} packages are not in the specification (i.e. installed manually) and may be removed.
5858
To preview changes, run 'poetry install --sync --dry-run' (with optional dependencies and extras).""")
59-
assert False
6059

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

0 commit comments

Comments
 (0)