From 38ce1fac552525c08621d1cc5410cd20cfddfd82 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 2 Jun 2019 21:13:45 -0500 Subject: Simplify how we define random order tests in tox (#4912) --- tox.ini | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index f242779c..b64f85bb 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,9 @@ envlist = py27,pypy,py34,py35,py36,py37,docs,pep8,packaging [testenv] extras = - test - idna: idna + test + idna: idna + randomorder: pytest-random deps = # This must be kept in sync with .travis/install.sh and azure-pipelines.yml coverage @@ -64,13 +65,6 @@ extras = commands = flake8 . -[testenv:randomorder] -deps = - {[testenv]deps} - pytest-randomly -commands = - pytest --capture=no --strict {posargs} - [testenv:packaging] deps = check-manifest -- cgit v1.2.3