mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +03:00
enable rerun only for a single test
This commit is contained in:
@@ -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
|
||||
passenv =
|
||||
DCC_RS_DEV
|
||||
|
||||
Reference in New Issue
Block a user