Fix tz bug

This commit is contained in:
Raphael Michel
2024-10-25 00:09:43 +02:00
parent b4005b7fe5
commit 6744371417
3 changed files with 3 additions and 3 deletions

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 -n 3 tests --maxfail=100
- PRETIX_CONFIG_FILE=tests/ci_sqlite.cfg py.test --reruns 3 -n 3 tests --maxfail=100
except:
- pypi
pypi: