

set -ex



pip check
python -m pytest -k "not (test_cli.py)" -vv
exit 0
