Tempest 11.0.0 is released
Move the requirement to test-requirements so that we can pick up bot proposals. Let's also match the global-requirement pin. https://pypi.python.org/pypi/Tempest/11.0.0 Depends-on: Id2c7e09611c1f8b06e6d272589b4ea3435b8de86 Change-Id: I91d6432eabe3de1620fa1ab07ea715e29de62296
This commit is contained in:
parent
2c8d18dff3
commit
a6513175b5
@ -1,7 +0,0 @@
|
||||
# Additional requirements for api tests
|
||||
|
||||
# The order of packages is significant, because pip processes them in the order
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
tempest>=10.0.0 # Apache-2.0
|
@ -23,3 +23,4 @@ pylint==1.4.5 # GNU GPL v2
|
||||
reno>=0.1.1 # Apache2
|
||||
# Needed to run DB commands in virtualenvs
|
||||
PyMySQL>=0.6.2 # MIT License
|
||||
tempest>=11.0.0 # Apache-2.0
|
||||
|
3
tox.ini
3
tox.ini
@ -24,9 +24,6 @@ setenv = {[testenv]setenv}
|
||||
OS_TEST_PATH=./neutron/tests/api
|
||||
TEMPEST_CONFIG_DIR={env:TEMPEST_CONFIG_DIR:/opt/stack/tempest/etc}
|
||||
OS_TEST_API_WITH_REST=1
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
-r{toxinidir}/neutron/tests/api/requirements.txt
|
||||
|
||||
[testenv:common]
|
||||
# Fake job to define environment variables shared between dsvm/non-dsvm jobs
|
||||
|
Loading…
x
Reference in New Issue
Block a user