Run Python 3 instead of Python 3.7 from run-python-test.sh

User does not necessarily have python3.7 installed,
current version is 3.10.
This commit is contained in:
link2xt
2022-06-11 20:39:03 +00:00
parent c0a17df344
commit 1a171ad494

View File

@@ -22,4 +22,4 @@ 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,py37
tox -e doc,py3