set PIP_USE_PEP517 = False for tests

pip 19.1 otherwise complains about "editable mode is not supported for
pyproject.toml-style projects"
pull/5098/head
Richard van der Hoff 2019-04-25 14:52:19 +01:00
parent 6824ddd93d
commit 00714e5102
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ deps =
pip>=10
setenv =
# we have a pyproject.toml, but don't want pip to use it for building.
# (otherwise we get an error about 'editable mode is not supported for
# pyproject.toml-style projects').
PIP_USE_PEP517 = false
PYTHONDONTWRITEBYTECODE = no_byte_code
COVERAGE_PROCESS_START = {toxinidir}/.coveragerc