From 3b6295063e3cd24118fb10b518817196244973cd Mon Sep 17 00:00:00 2001 From: Maxime JUST Date: Mon, 8 Dec 2025 09:38:14 +0100 Subject: [PATCH] Disable parallelism --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e83003f..04782a1 100644 --- a/tox.ini +++ b/tox.ini @@ -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]