aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-06-03 07:05:44 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-06-03 08:05:43 -0400
commite41cf751e6a220923e6b82762d6c9384073a16fb (patch)
tree15beac80fdcde7b1349d6b2659f874670bfa1d79 /tox.ini
parent38ce1fac552525c08621d1cc5410cd20cfddfd82 (diff)
downloadcryptography-e41cf751e6a220923e6b82762d6c9384073a16fb.tar.gz
cryptography-e41cf751e6a220923e6b82762d6c9384073a16fb.tar.bz2
cryptography-e41cf751e6a220923e6b82762d6c9384073a16fb.zip
fixed broken random order (#4913)
* fixed broken random order * Err, fix
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b64f85bb..ffa62a39 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,11 +6,11 @@ envlist = py27,pypy,py34,py35,py36,py37,docs,pep8,packaging
extras =
test
idna: idna
- randomorder: pytest-random
deps =
# This must be kept in sync with .travis/install.sh and azure-pipelines.yml
coverage
./vectors
+ randomorder: pytest-randomly
passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH USERNAME PYTHONIOENCODING
commands =
pip list