From 69897b45d89877d6b243d122ed7d13fca315503c Mon Sep 17 00:00:00 2001 From: adrianeboyd Date: Mon, 25 May 2020 16:39:22 +0200 Subject: [PATCH] Handle spacy.pex renaming in Makefile (#5503) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1891692ec..2764da118 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ version := $(shell "bin/get-version.sh") dist/spacy-$(version).pex : wheelhouse/spacy-$(version).stamp $(VENV)/bin/pex -f ./wheelhouse --no-index --disable-cache -m spacy -o $@ spacy==$(version) jsonschema spacy-lookups-data jieba pkuseg==0.0.22 chmod a+rx $@ + cp $@ dist/spacy.pex dist/pytest.pex : wheelhouse/pytest-*.whl $(VENV)/bin/pex -f ./wheelhouse --no-index --disable-cache -m pytest -o $@ pytest pytest-timeout mock