From 7685f614cdb8dff03c9ba769d6b982de290053b3 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Wed, 17 Jul 2024 16:11:13 +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 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