From b69a0e332d7aedc09f8d5bf77fc700955ca16345 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 30 Aug 2020 20:14:52 +0200 Subject: [PATCH] Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index caf418f37..5cd616529 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ dist/$(SPACY_BIN) : $(WHEELHOUSE)/spacy-$(PYVER)-$(version).stamp chmod a+rx $@ cp $@ dist/spacy.pex -dist/pytest.pex $(WHEELHOUSE)/pytest-*.whl +dist/pytest.pex : $(WHEELHOUSE)/pytest-*.whl $(VENV)/bin/pex -f $(WHEELHOUSE) --no-index --disable-cache -m pytest -o $@ pytest pytest-timeout mock chmod a+rx $@