aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-06-02 16:42:07 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-06-02 19:42:07 -0400
commit5af23ed2798448f9c0975ceaeff65a73dfb59ffb (patch)
treedcd5be2b885b689c829cf964bff601054800bb4b /tox.ini
parent631179531dd4e57c41d88288174dcf91ea2dcc6c (diff)
downloadcryptography-5af23ed2798448f9c0975ceaeff65a73dfb59ffb.tar.gz
cryptography-5af23ed2798448f9c0975ceaeff65a73dfb59ffb.tar.bz2
cryptography-5af23ed2798448f9c0975ceaeff65a73dfb59ffb.zip
Use the official pytest random order plugin (#4911)
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 =