Skip to content

Commit

Permalink
Improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jul 3, 2022
1 parent c589c9f commit 86ada4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ commands =
python -c 'import importlib.util, subprocess, sys; \
importlib.util.find_spec("mypy") \
and sys.exit(subprocess.run(["mypy", "."]).returncode) \
or print("mypy is not installed")'
or print("Skipped: mypy is not installed")'
pytest -r s --cov --cov-report=term --cov-report=xml .

[tool:isort]
Expand Down

0 comments on commit 86ada4c

Please sign in to comment.