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:
parent
8c3a204ff4
commit
b5b1936338
@ -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
|
||||
|
3
tox.ini
3
tox.ini
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user