diff --git a/scripts/run-python-test.sh b/scripts/run-python-test.sh index 93acd07cc..544e1e278 100755 --- a/scripts/run-python-test.sh +++ b/scripts/run-python-test.sh @@ -22,4 +22,5 @@ export PYTHONDONTWRITEBYTECODE=1 # run python tests (tox invokes pytest to run tests in python/tests) #TOX_PARALLEL_NO_SPINNER=1 tox -e lint,doc tox -e lint -tox -e doc,py +tox -e doc +tox -e py -- "$@"