From d033dcf3955a7de90d4686902a6d9d38ecb9585f Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 24 Apr 2022 21:06:20 +0000 Subject: [PATCH] Run python tests in a single thread Work around mailcow rate limits --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index ea4168177..0f1874afb 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -8,7 +8,7 @@ envlist = [testenv] commands = - pytest -n6 --reruns 2 --reruns-delay 5 -v -rsXx --ignored --strict-tls {posargs: tests examples} + pytest -n1 --reruns 2 --reruns-delay 5 -v -rsXx --ignored --strict-tls {posargs: tests examples} python tests/package_wheels.py {toxworkdir}/wheelhouse passenv = TRAVIS