From ab9472d3ab4c84a0b58f250c4ec14ef35d003114 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 11 Jun 2019 13:22:20 +0100 Subject: [PATCH] tox.ini: use pytest-randomly to randomize test execution https://github.com/pytest-dev/pytest-randomly --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 2e8d9ee0f..6a01501fb 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ envlist = py{27,37}-cov, htmlcov deps = cov: coverage>=4.3 pytest + pytest-randomly -rrequirements.txt extras = ufo