We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3b794 commit 4c792efCopy full SHA for 4c792ef
microbench/Makefile
@@ -12,7 +12,7 @@ uninstall:
12
$(PYTHON) -m pip uninstall hpy.microbench --yes
13
14
test:
15
- $(PYTHON) -m pytest -v | tee tmp_results_$(shell $(PYTHON) -c "import sys; print(sys.implementation.name)").txt
+ $(PYTHON) -m pytest -v --purepy | tee tmp_results_$(shell $(PYTHON) -c "import sys; print(sys.implementation.name)").txt
16
17
bench: test
18
0 commit comments