diff --git a/test/run-openshift-pytest b/test/run-openshift-pytest index c59891c..fc739e8 100755 --- a/test/run-openshift-pytest +++ b/test/run-openshift-pytest @@ -10,4 +10,4 @@ THISDIR=$(dirname ${BASH_SOURCE[0]}) git show -s -cd "${THISDIR}" && python3 -m pytest -s -rxfapP --showlocals -vv test_redis_*.py +cd "${THISDIR}" && python3.12 -m pytest -s -rA --showlocals -vv test_redis_*.py