Skip to content

Commit 8a8c43e

Browse files
committed
Fix calling proper python interpreter
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 48ccf43 commit 8a8c43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-openshift-pytest

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ THISDIR=$(dirname ${BASH_SOURCE[0]})
1010

1111
git show -s
1212

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

0 commit comments

Comments
 (0)