Skip to content

Commit d76735f

Browse files
authored
Restore usedevelop=True now that pip 19.1.1 restored the old behavior (#5222)
Restore usedevelop=True now that pip 19.1.1 restored the old behavior
2 parents 6d259c4 + 2795689 commit d76735f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ commands = pre-commit run --all-files --show-diff-on-failure
7373

7474
[testenv:docs]
7575
basepython = python3
76-
# broken due to pip 19.1 (#5167)
77-
# usedevelop = True
76+
usedevelop = True
7877
changedir = doc/en
7978
deps = -r{toxinidir}/doc/en/requirements.txt
8079

@@ -128,8 +127,7 @@ commands =
128127
[testenv:release]
129128
decription = do a release, required posarg of the version number
130129
basepython = python3.6
131-
# broken due to pip 19.1 (#5167)
132-
# usedevelop = True
130+
usedevelop = True
133131
passenv = *
134132
deps =
135133
colorama

0 commit comments

Comments
 (0)