Skip to content

Commit 639ca79

Browse files
committed
Editable install works again in recent pip
1 parent 9536ff7 commit 639ca79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $(LINK): $(STAGPY)
2828
$(STAGPY): setup.py
2929
$(PY) -m venv $(VENV_DIR)
3030
$(VPIP) install -U pip
31-
$(VPIP) install --no-use-pep517 -e .
31+
$(VPIP) install -e .
3232
@$(STAGPY) version
3333

3434
info: infopath infozsh infobash

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ skipsdist=True
66
[testenv]
77
usedevelop=True
88
deps =
9-
pip==19.0.3
9+
pip>=19.3.1
1010
pytest>=3.10
1111
pytest-cov>=2.6
1212
commands =

0 commit comments

Comments
 (0)