Skip to content

Commit

Permalink
Merge pull request #284 from sclorg/fix_Makefile
Browse files Browse the repository at this point in the history
Fix Makefile and call python3.12 directly
  • Loading branch information
phracek authored Sep 24, 2024
2 parents 3dfffc0 + 1761abf commit b1116fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.PHONY: test-openshift-4
test-openshift-4:
cd tests && PYTHONPATH=$(CURDIR) python3 -m pytest --verbose --color=yes --showlocals .
.PHONY: test-openshift-pytest
test-openshift-pytest:
cd tests && PYTHONPATH=$(CURDIR) python3.12 -m pytest -s -rA --showlocals -vv test_nodejs*.py

0 comments on commit b1116fb

Please sign in to comment.