mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +03:00
ensure that especially qr tests are rerun
This commit is contained in:
@@ -43,8 +43,8 @@ if [ -n "$TESTS" ]; then
|
|||||||
# we split out qr-tests run to minimize likelyness of flaky tests
|
# we split out qr-tests run to minimize likelyness of flaky tests
|
||||||
# (some qr tests are pretty heavy in terms of send/received
|
# (some qr tests are pretty heavy in terms of send/received
|
||||||
# messages and rust's imap code likely has concurrency problems)
|
# messages and rust's imap code likely has concurrency problems)
|
||||||
tox --workdir "$TOXWORKDIR" -e py37 -- -k "not qr"
|
tox --workdir "$TOXWORKDIR" -e py37 -- --reruns 3 -k "not qr"
|
||||||
tox --workdir "$TOXWORKDIR" -e py37 -- -k "qr"
|
tox --workdir "$TOXWORKDIR" -e py37 -- --reruns 3 -k "qr"
|
||||||
unset DCC_PY_LIVECONFIG
|
unset DCC_PY_LIVECONFIG
|
||||||
tox --workdir "$TOXWORKDIR" -p4 -e lint,py35,py36,doc
|
tox --workdir "$TOXWORKDIR" -p4 -e lint,py35,py36,doc
|
||||||
tox --workdir "$TOXWORKDIR" -e auditwheels
|
tox --workdir "$TOXWORKDIR" -e auditwheels
|
||||||
|
|||||||
Reference in New Issue
Block a user