Make pytest a mandatory test

This commit is contained in:
Christian Clauss 2021-10-22 08:18:02 +02:00 committed by GitHub
parent 32d42a8489
commit dd2f2ce780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,6 @@ jobs:
- run: pip install --editable .
- run: mkdir --parents --verbose .mypy_cache
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
- run: pytest . || true
- run: pytest --doctest-modules . || true
- run: pytest
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
- run: safety check || true