tests: remove --dist loadfile option introducing a bug (#89097)

This commit is contained in:
Yann Weber 2024-04-04 11:07:55 +02:00
parent 570cf81c8e
commit b0f956c223
1 changed files with 1 additions and 1 deletions

View File

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