Merge "Stop configuring install_command in tox."

This commit is contained in:
Zuul 2021-03-03 15:34:38 +00:00 committed by Gerrit Code Review
commit 3208f7fbca
1 changed files with 0 additions and 1 deletions

View File

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