Tests: Remove pytest-rerunfailures (#4572)

This commit is contained in:
Raphael Michel
2024-10-25 22:00:14 +02:00
committed by GitHub
parent 5795aa6492
commit 9ca1573fcf
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ tests:
- cd src
- python manage.py check
- make all compress
- PRETIX_CONFIG_FILE=tests/ci_sqlite.cfg py.test --reruns 3 -n 3 tests --maxfail=100
- PRETIX_CONFIG_FILE=tests/ci_sqlite.cfg py.test -n 3 tests --maxfail=100
except:
- pypi
pypi: