We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3a511 commit 67288eaCopy full SHA for 67288ea
test/Makefile
@@ -47,7 +47,7 @@ $(PYTEST):
47
48
$(PY65EMU): $(PIP3)
49
@echo "Building py65emu"
50
- $(PIP3) install setuptools
+ # $(PIP3) install setuptools
51
cd py65emu/ ; ../$(VENV)/bin/python setup.py install
52
53
$(PIP3):
0 commit comments