Use the official pytest random order plugin (#4911)

This commit is contained in:
Alex Gaynor 2019-06-02 16:42:07 -07:00 committed by Paul Kehrer
parent 631179531d
commit 5af23ed279

View file

@ -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 =