From b369a3054454f58070d7ed02f779eba3153e30d1 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 14 Apr 2023 16:24:08 +0000 Subject: [PATCH] Pass scripts/run-python-test.sh arguments to pytest --- scripts/run-python-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- "$@"