From e756859b16c11ee87b1859d88d5208f1282cff2a Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 5 Dec 2019 21:34:04 +0100 Subject: [PATCH] don't split qr tests out anymore now --- python/tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/python/tox.ini b/python/tox.ini index ad2aea838..2880d5344 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -7,11 +7,7 @@ envlist = [testenv] commands = - # (some qr tests are pretty heavy in terms of send/received - # messages and async-imap's likely has concurrency problems, - # eg https://github.com/async-email/async-imap/issues/4 ) - pytest -n6 --reruns 3 --reruns-delay 5 -v -rsXx -k "not qr" {posargs:tests} - pytest -n6 --reruns 5 --reruns-delay 5 -v -rsXx -k "qr" {posargs:tests} + pytest -n6 --reruns 2 --reruns-delay 5 -v -rsXx {posargs:tests} # python tests/package_wheels.py {toxworkdir}/wheelhouse passenv = TRAVIS