Workaround for editable installs with pip 19.1

Related to #5167
This commit is contained in:
Bruno Oliveira 2019-04-25 19:40:01 -03:00
parent bf0fe1a1fa
commit 19cd4d0af7
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] [testenv:docs]
basepython = python3 basepython = python3
usedevelop = True # broken due to pip 19.1 (#5167)
# usedevelop = True
changedir = doc/en changedir = doc/en
deps = -r{toxinidir}/doc/en/requirements.txt deps = -r{toxinidir}/doc/en/requirements.txt
@ -127,7 +128,8 @@ commands =
[testenv:release] [testenv:release]
decription = do a release, required posarg of the version number decription = do a release, required posarg of the version number
basepython = python3.6 basepython = python3.6
usedevelop = True # broken due to pip 19.1 (#5167)
# usedevelop = True
passenv = * passenv = *
deps = deps =
colorama colorama