diff --git a/tox.ini b/tox.ini index fac477d2..8cd264df 100644 --- a/tox.ini +++ b/tox.ini @@ -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