mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
re-enable cross, some streamlining of docs
This commit is contained in:
@@ -7,6 +7,9 @@ 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 -v -rsXx -k "not qr" {posargs:tests}
|
||||
pytest -n6 -v -rsXx -k "qr" {posargs:tests}
|
||||
# python tests/package_wheels.py {toxworkdir}/wheelhouse
|
||||
|
||||
Reference in New Issue
Block a user