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:
Alexander Krotov
2020-07-28 00:01:42 +03:00
committed by holger krekel
parent 8729b9f403
commit 63dd3c91e1
2 changed files with 9 additions and 4 deletions

View File

@@ -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