diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index c7ac8e64ba9ddcde880fec6cb2e0cd1540cc5a16..a55c89e84c1ba3b60b7edee4939054fdc6fb41f4 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -68,4 +68,4 @@ echo "Attempting to start tests on hivemind instance listening on: $HIVEMIND_ADD echo "Additional test options: ${@:3}" -tox -- -W ignore::pytest.PytestDeprecationWarning -n auto --durations=0 -v -p no:logging ${@:3} \ No newline at end of file +tox -e tavern -- -W ignore::pytest.PytestDeprecationWarning -n auto -v -p no:logging ${@:3} \ No newline at end of file