Update UPPER_CONSTRAINTS_FILE for stable/queens

Change-Id: Ib919ff67b2c2196148972e0f41967e9efd831edd
This commit is contained in:
OpenStack Release Bot 2018-01-24 19:46:05 +00:00
parent 9981cb9675
commit 7f63cfaa19
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
OS_STDERR_NOCAPTURE=False
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}/test-requirements.txt
commands = find . -type f -name "*.pyc" -delete