From 0bca6c29040f337a4eaa17e5d79036a30754457d Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Wed, 17 Jul 2024 08:34:11 +0200 Subject: [PATCH] Use Python 3.12 for pytest and option -rA 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 b6330104..fe07787e 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_nginx_*.py +cd "${THISDIR}" && python3.12 -m pytest -s -rA --showlocals -vv test_nginx_*.py