tox.ini: use --random-group instead of --random with pytest

This commit is contained in:
Benjamin Dauvergne 2019-04-12 14:49:18 +02:00
parent 3ead3d2ee3
commit 9d945a6ecd
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ deps =
oldldap: python-ldap<3
commands =
./getlasso.sh
authentic: py.test {env:FAST:} {env:REUSEDB:} {env:COVERAGE:} {posargs:{env:A2_TESTS:tests/} --random}
authentic: py.test {env:FAST:} {env:REUSEDB:} {env:COVERAGE:} {posargs:{env:A2_TESTS:tests/} --random-group}
rbac: py.test {env:FAST:} {env:REUSEDB:} {env:COVERAGE:} {posargs:tests_rbac/}
coverage: mv coverage.xml coverage-{envname}.xml
coverage-dj18-authentic-pg: mv htmlcov htmlcov-coverage-dj18-authentic-pg