Updated from global requirements

Change-Id: I413bff573c6aaaf2a25dce5a189a3ca39db015b0
This commit is contained in:
OpenStack Proposal Bot 2017-03-09 18:25:31 +00:00 committed by joehuang
parent 6e65f1887d
commit f37b6b5aa5
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# 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.
pbr>=1.8 # Apache-2.0
pbr<2.0.0,>=1.8 # Apache-2.0
Babel>=2.3.4 # BSD
Paste # MIT

View File

@ -13,7 +13,7 @@ setenv =
TRICIRCLE_TEST_DIRECTORY=tricircle/tests
deps =
-r{toxinidir}/test-requirements.txt
-egit+https://git.openstack.org/openstack/neutron@master#egg=neutron
-egit+https://git.openstack.org/openstack/neutron@stable/ocata#egg=neutron
commands = python setup.py testr --slowest --testr-args='{posargs}'
whitelist_externals = rm