From 19cd4d0af748207fd6131bcbf5aaf8645f6a69c0 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 25 Apr 2019 19:40:01 -0300 Subject: [PATCH] Workaround for editable installs with pip 19.1 Related to #5167 --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index eb0402f6af8..4111ee4f5da 100644 --- a/tox.ini +++ b/tox.ini @@ -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