add --extra-info CLI option (defaults to False for interactive runs)

This commit is contained in:
holger krekel
2022-05-02 13:44:17 +02:00
parent b373e7acba
commit 026dd4480e
3 changed files with 33 additions and 25 deletions

View File

@@ -8,7 +8,7 @@ envlist =
[testenv]
commands =
pytest -n1 --reruns 2 --reruns-delay 5 -v -rsXx --ignored --strict-tls {posargs: tests examples}
pytest -n6 --extra-info --reruns 2 --reruns-delay 5 -v -rsXx --ignored --strict-tls {posargs: tests examples}
python tests/package_wheels.py {toxworkdir}/wheelhouse
passenv =
TRAVIS