Skip to content

Commit

Permalink
Workaround for editable installs with pip 19.1
Browse files Browse the repository at this point in the history
Related to pytest-dev#5167
  • Loading branch information
nicoddemus committed Apr 25, 2019
1 parent bf0fe1a commit 19cd4d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 19cd4d0

Please sign in to comment.