Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: I2366092153939e0b54fbfbbf5727845bfa242573
This commit is contained in:
OpenStack Release Bot 2017-02-06 08:13:27 +00:00
parent b6d8b094b7
commit cb670fc35c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
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}
commands =
find . -type f -name "*.py[c|o]" -delete
ostestr --slowest {posargs}