From 5af23ed2798448f9c0975ceaeff65a73dfb59ffb Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 2 Jun 2019 16:42:07 -0700 Subject: Use the official pytest random order plugin (#4911) --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') 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 = -- cgit v1.2.3