misc: tests with --dist loadfile options (#87751)
gitea/chrono/pipeline/head There was a failure building this commit Details

This commit is contained in:
Lauréline Guérin 2024-03-11 16:04:49 +01:00
parent 1b68bc309d
commit 12981ab23b
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ allowlist_externals =
commands =
./getlasso3.sh
python3 setup.py compile_translations
py.test -v {env:COVERAGE:} {posargs:tests/}
py.test -v --dist loadfile {env:COVERAGE:} {posargs:tests/}
codestyle: pre-commit run --all-files --show-diff-on-failure
[testenv:pylint]