Skip to content

Commit 1761abf

Browse files
committed
Fix Makefile and call python3.12 directly
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent 3dfffc0 commit 1761abf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
.PHONY: test-openshift-4
2-
test-openshift-4:
3-
cd tests && PYTHONPATH=$(CURDIR) python3 -m pytest --verbose --color=yes --showlocals .
1+
.PHONY: test-openshift-pytest
2+
test-openshift-pytest:
3+
cd tests && PYTHONPATH=$(CURDIR) python3.12 -m pytest -s -rA --showlocals -vv test_nodejs*.py

0 commit comments

Comments
 (0)