mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
don't split qr tests out anymore now
This commit is contained in:
@@ -7,11 +7,7 @@ envlist =
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
# (some qr tests are pretty heavy in terms of send/received
|
pytest -n6 --reruns 2 --reruns-delay 5 -v -rsXx {posargs:tests}
|
||||||
# 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}
|
|
||||||
# python tests/package_wheels.py {toxworkdir}/wheelhouse
|
# python tests/package_wheels.py {toxworkdir}/wheelhouse
|
||||||
passenv =
|
passenv =
|
||||||
TRAVIS
|
TRAVIS
|
||||||
|
|||||||
Reference in New Issue
Block a user