Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: I94ca4ff4a903b22d90eec342a80f50428533f100
This commit is contained in:
OpenStack Release Bot 2017-01-20 19:16:13 +00:00
parent 65a942b723
commit c5e0fa86c5

View File

@ -8,7 +8,7 @@ setenv =
VIRTUAL_ENV={envdir}
BRANCH_NAME=master
CLIENT_NAME=oslotest
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'