Skip to content

Commit e81892b

Browse files
committed
Fix calling proper python interpreter
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 4a62c57 commit e81892b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-openshift-pytest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
THISDIR=$(dirname ${BASH_SOURCE[0]})
1010

11-
cd "${THISDIR}" && python3 -m pytest -s -rxfapP --showlocals -vv test_*.py
11+
cd "${THISDIR}" && python3.12 -m pytest -s -rA --showlocals -vv test_*.py

0 commit comments

Comments
 (0)