1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-12-11 23:57:54 +01:00

Disable parallelism

This commit is contained in:
Maxime JUST
2025-12-08 09:38:14 +01:00
parent 41b8ac9de4
commit 3b6295063e

View File

@@ -14,7 +14,7 @@ deps = coverage
commands =
python manage.py compilemessages -i .tox -i venv
coverage run --source=api,draw,logs,participation,registration,tfjm ./manage.py test api/ chat/ draw/ logs/ participation/ registration/ tfjm/
coverage run --source=api,draw,logs,participation,registration,tfjm ./manage.py test --parallel=1 api/ chat/ draw/ logs/ participation/ registration/ tfjm/
coverage report -m
[testenv:linters]