Merge "Stop configuring install_command in tox."

This commit is contained in:
Zuul 2021-02-27 03:09:15 +00:00 committed by Gerrit Code Review
commit a22a54e8ee

@ -11,7 +11,6 @@ ignore_basepython_conflict=true
[testenv]
basepython = python3
usedevelop = True
install_command = pip install {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
OS_TEST_PATH=./cinderclient/tests/unit