aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index e2243bbf..f242779c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -67,9 +67,9 @@ commands =
[testenv:randomorder]
deps =
{[testenv]deps}
- pytest-random
+ pytest-randomly
commands =
- pytest --capture=no --strict --random {posargs}
+ pytest --capture=no --strict {posargs}
[testenv:packaging]
deps =