Update UPPER_CONSTRAINTS_FILE for stable/queens

Change-Id: Ieb3dc0bdf2556b0b67f32e917eefab1e8ce1df81
This commit is contained in:
OpenStack Release Bot 2018-01-24 18:10:03 +00:00
parent c031e1c64a
commit 05777ed4db
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ setenv =
PYTHONWARNINGS=default::DeprecationWarning
OS_TEST_PATH=./ovsdbapp/tests/unit
CLIENT_NAME=ovsdbapp
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/queens} {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'