Skip to content

Commit 4c792ef

Browse files
committed
microbench: python3 -m pytest -v --purepy | tee tmp_results_cpython.txt also runs pure Python
1 parent 2f3b794 commit 4c792ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microbench/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ uninstall:
1212
$(PYTHON) -m pip uninstall hpy.microbench --yes
1313

1414
test:
15-
$(PYTHON) -m pytest -v | tee tmp_results_$(shell $(PYTHON) -c "import sys; print(sys.implementation.name)").txt
15+
$(PYTHON) -m pytest -v --purepy | tee tmp_results_$(shell $(PYTHON) -c "import sys; print(sys.implementation.name)").txt
1616

1717
bench: test
1818

0 commit comments

Comments
 (0)