summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2019-04-25 19:40:01 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2019-04-25 19:40:01 -0300
commit19cd4d0af748207fd6131bcbf5aaf8645f6a69c0 (patch)
treecf5d7ff4edc8058ce78bd2a6f657f9729ec2ef1b /tox.ini
parentbf0fe1a1fab617b0890ed477987909517d213b9d (diff)
downloadpytest-19cd4d0af748207fd6131bcbf5aaf8645f6a69c0.tar.gz
Workaround for editable installs with pip 19.1
Related to #5167
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index eb0402f6a..4111ee4f5 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