aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-06-02 21:13:45 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-06-02 22:13:45 -0400
commit38ce1fac552525c08621d1cc5410cd20cfddfd82 (patch)
tree352dc8c2f7ab2a517251b4b9ea519cd8f30ab4de /tox.ini
parent75b4eaac47bc13f68a4838219f095ebf6d416eaf (diff)
downloadcryptography-38ce1fac552525c08621d1cc5410cd20cfddfd82.tar.gz
cryptography-38ce1fac552525c08621d1cc5410cd20cfddfd82.tar.bz2
cryptography-38ce1fac552525c08621d1cc5410cd20cfddfd82.zip
Simplify how we define random order tests in tox (#4912)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 3 insertions, 9 deletions
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