Update UPPER_CONSTRAINTS_FILE for stable/queens

Change-Id: I3b846303193103f1391f84fe5208bf55251b7074
This commit is contained in:
OpenStack Release Bot 2018-01-30 01:02:37 +00:00 committed by Alex Schultz
parent 90727db3c6
commit f97132e1ba
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ setenv =
LANGUAGE=en_US:en LANGUAGE=en_US:en
LC_ALL=C LC_ALL=C
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens}
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}' commands = python setup.py testr --slowest --testr-args='{posargs}'