tox: enable verbose output for pytest

This will list the test names and the reason for any skipped tests,
which can be useful for troubleshooting and tracing.
This commit is contained in:
Achilleas Koutsou 2024-04-15 20:19:26 +02:00 committed by Michael Vogt
parent b432f43022
commit 9b3a157a91

View file

@ -34,7 +34,7 @@ passenv =
TEST_CATEGORY
commands =
bash -c 'python -m pytest --pyargs --rootdir=. {env:TEST_CATEGORY} {env:TEST_WORKERS}'
bash -c 'python -m pytest -v --pyargs --rootdir=. {env:TEST_CATEGORY} {env:TEST_WORKERS}'
allowlist_externals =
bash