From 4b468a25fe51dbee177ebcf3b703d0c9b4ecc3c6 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 24 Mar 2023 16:13:33 +0000 Subject: [PATCH] Remove pytest-rerunfailures It is not compatible with pytest-timeout anyway: --- python/tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/tox.ini b/python/tox.ini index a89b2c618..994f9c4c7 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -8,7 +8,7 @@ envlist = [testenv] commands = - pytest -n6 --extra-info --reruns 2 --reruns-delay 5 -v -rsXx --ignored --strict-tls {posargs: tests examples} + pytest -n6 --extra-info -v -rsXx --ignored --strict-tls {posargs: tests examples} pip wheel . -w {toxworkdir}/wheelhouse --no-deps setenv = # Avoid stack overflow when Rust core is built without optimizations. @@ -21,7 +21,6 @@ passenv = RUSTC_WRAPPER deps = pytest - pytest-rerunfailures pytest-timeout pytest-xdist pdbpp