diff --git a/tox.ini b/tox.ini index 7c3d2e6..ba47d58 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ deps = pytest-randomly iso8601 smbprotocol -commands = pytest -vrfEsxXpP testcases/ +commands = pytest -vrfEsxXpP testcases/ --durations=0 [testenv:pytest-unprivileged] deps = @@ -23,7 +23,7 @@ deps = pytest-randomly iso8601 smbprotocol -commands = pytest -vrfEsxXpP -k 'not privileged' testcases/ +commands = pytest -vrfEsxXpP -k 'not privileged' testcases/ --durations=0 [testenv:sanity] deps =