From 1a171ad4942f6a16a2c60172d3c80bd8a89cc494 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 11 Jun 2022 20:39:03 +0000 Subject: [PATCH] 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. --- scripts/run-python-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-python-test.sh b/scripts/run-python-test.sh index d677b9e9a..d14e833a1 100755 --- a/scripts/run-python-test.sh +++ b/scripts/run-python-test.sh @@ -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