mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Use the official pytest random order plugin (#4911)
This commit is contained in:
parent
631179531d
commit
5af23ed279
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue