Workaround for editable installs with pip 19.1 (#5168)

Workaround for editable installs with pip 19.1
This commit is contained in:
Bruno Oliveira 2019-04-26 18:29:28 -03:00 committed by GitHub
commit 9c700d1fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -73,7 +73,8 @@ commands = pre-commit run --all-files --show-diff-on-failure
[testenv:docs]
basepython = python3
usedevelop = True
# broken due to pip 19.1 (#5167)
# usedevelop = True
changedir = doc/en
deps = -r{toxinidir}/doc/en/requirements.txt
@ -127,7 +128,8 @@ commands =
[testenv:release]
decription = do a release, required posarg of the version number
basepython = python3.6
usedevelop = True
# broken due to pip 19.1 (#5167)
# usedevelop = True
passenv = *
deps =
colorama