Merge "Stop configuring install_command in tox."

This commit is contained in:
Zuul 2020-04-29 11:19:36 +00:00 committed by Gerrit Code Review
commit 7f888e3d48
3 changed files with 3 additions and 4 deletions

View File

@ -27,7 +27,7 @@ mock==2.0.0
mox3==0.20.0
munch==2.1.0
openstackdocstheme==1.20.0
openstacksdk===0.11.2
openstacksdk===0.13.0
oslotest==3.2.0
pbr==2.0.0
Pygments==2.2.0
@ -55,4 +55,4 @@ testtools==2.2.0
traceback2==1.4.0
unittest2==1.1.0
urllib3==1.21.1
Werkzeug==0.9
Werkzeug==0.14

View File

@ -11,7 +11,7 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
openstackdocstheme>=1.20.0 # Apache-2.0
# used by nova driver
openstacksdk>=0.11.2 # Apache-2.0
openstacksdk>=0.13.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD

View File

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