diff --git a/setup.cfg b/setup.cfg index 1bf92919..756aefdb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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]