Update dependencies to use stable/ocata branches

upper-constraints and nova repository references where still using
master branches; switch to using stable/ocata branches inline
with stable maintenance requirements.

Change-Id: I36290468beeb6a284dd52231d0db0ef562f181de
This commit is contained in:
James Page 2017-03-28 11:50:23 +01:00
parent e8a7e81cb9
commit d169c8a619
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
EVENTLET_NO_GREENDNS=yes
PYTHONDONTWRITEBYTECODE=1
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-egit+https://github.com/openstack/nova#egg=nova
-egit+https://github.com/openstack/nova.git@stable/ocata#egg=nova
commands = ostestr {posargs}
[testenv:py27]