From dc29ede6e3a301798d695e2b5131354be01d1fcf Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 19 Jun 2022 23:57:32 +0000 Subject: [PATCH] restore pytest-rerunfailures --- python/tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index 8a13de597..8aa0896c7 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -8,7 +8,7 @@ envlist = [testenv] commands = - pytest -n6 --extra-info --exitfirst -v -rsXx --ignored --strict-tls {posargs: tests examples} + pytest -n6 --extra-info --reruns 2 --reruns-delay 5 -v -rsXx --ignored --strict-tls {posargs: tests examples} python tests/package_wheels.py {toxworkdir}/wheelhouse passenv = TRAVIS @@ -19,6 +19,7 @@ passenv = RUSTC_WRAPPER deps = pytest + pytest-rerunfailures pytest-timeout pytest-xdist pdbpp