Skip to content

Commit

Permalink
Merge pull request #95 from sclorg/fix_makefile_target
Browse files Browse the repository at this point in the history
Fix Makefile target to use Python 3.12
  • Loading branch information
phracek authored Oct 2, 2024
2 parents d303585 + 12595b4 commit 722a89f
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_dancer*.py

0 comments on commit 722a89f

Please sign in to comment.