Skip to content

Commit 52ed856

Browse files
authored
Make Pytest mandatory
1 parent a10c8f5 commit 52ed856

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/lint_python.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- run: pip install -r requirements.txt || pip install --editable . || true
2020
- run: mkdir --parents --verbose .mypy_cache
2121
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
22-
- run: pytest . || true
23-
- run: pytest --doctest-modules . || true
22+
- run: pytest . || pytest --doctest-modules .
2423
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
2524
- run: safety check

0 commit comments

Comments
 (0)