Merge "Stop configuring install_command in tox."

This commit is contained in:
Zuul 2020-04-20 08:31:17 +00:00 committed by Gerrit Code Review
commit 41886d8463
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ certifi==2018.1.18
cffi==1.11.5
chardet==3.0.4
coverage==4.0
cryptography==2.1.4
cryptography==2.2.1
debtcollector==1.19.0
doc8==0.6.0
docutils==0.14

View File

@ -7,7 +7,6 @@ ignore_basepython_conflict=true
[testenv]
basepython = python3
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning