From 7a20432f4728ed9b0d1a498f8ee661503df7e5fc Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Wed, 17 Jul 2024 14:36:59 +0200 Subject: [PATCH] Fix calling proper python interpreter Signed-off-by: Petr "Stone" Hracek --- test/run-openshift-pytest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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