mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
python tests: do not enable strict certificate checks by default
Since introduction of provider database, these certificate checks are enabled for test servers anyway, but this setting prevents usage of local servers with self-signed certificates.
This commit is contained in:
committed by
holger krekel
parent
8729b9f403
commit
63dd3c91e1
@@ -7,7 +7,7 @@ envlist =
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
pytest -n6 --reruns 2 --reruns-delay 5 -v -rsXx --ignored {posargs: tests examples}
|
||||
pytest -n6 --reruns 2 --reruns-delay 5 -v -rsXx --ignored --strict-tls {posargs: tests examples}
|
||||
python tests/package_wheels.py {toxworkdir}/wheelhouse
|
||||
passenv =
|
||||
TRAVIS
|
||||
|
||||
Reference in New Issue
Block a user