Pass scripts/run-python-test.sh arguments to pytest

This commit is contained in:
link2xt
2023-04-14 16:24:08 +00:00
parent 318ed4e6e1
commit b369a30544

View File

@@ -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 -- "$@"