Sort our neutron requirements

This will be moved to the tox.ini instead of the in the test-req.
This is due to the fact that the requirements validations will fail
if the neutron is part of the test-requirements.

Change-Id: I5b5141b8740937059beeb1b66a1064be788337d8
This commit is contained in:
Gary Kotton 2015-06-23 03:24:02 -07:00
parent 8c3a204ff4
commit b5b1936338
2 changed files with 2 additions and 3 deletions

View File

@ -2,8 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-e git://git.openstack.org/openstack/neutron.git#egg=neutron
hacking>=0.9.2,<0.10
coverage>=3.6

View File

@ -10,7 +10,8 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
deps = -egit+https://git.openstack.org/openstack/neutron#egg=neutron
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = sh
commands =