diff --git a/test-requirements.txt b/test-requirements.txt index dde14352..ddbb542c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21,6 +21,5 @@ testscenarios>=0.4 testtools>=1.4.0 reno>=0.1.1 # Apache2 pylint===1.4.5 -networking-bagpipe>=5.0.0 -e git+https://git.openstack.org/openstack/networking-odl@c62edca4437a0fb82403463bd839e2f27a0fd5be#egg=networking-odl diff --git a/tools/tox_install.sh b/tools/tox_install.sh index c187785c..636efb2c 100755 --- a/tools/tox_install.sh +++ b/tools/tox_install.sh @@ -58,6 +58,7 @@ shift install_project neutron install_project horizon +install_project networking-bagpipe $install_cmd -U $* exit $?