diff --git a/test/run-openshift-pytest b/test/run-openshift-pytest index e9e16b9..7abe7aa 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_mariadb_*.py +cd "${THISDIR}" && python3.12 -m pytest -s -rA --showlocals -vv test_mariadb_*.py