From e41cf751e6a220923e6b82762d6c9384073a16fb Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 3 Jun 2019 07:05:44 -0500 Subject: fixed broken random order (#4913) * fixed broken random order * Err, fix --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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 -- cgit v1.2.3