Update UPPER_CONSTRAINTS_FILE for stable/queens

Change-Id: I4f8bfcb803e323baa453b8e1143e4b1feefae8fd
This commit is contained in:
Doug Hellmann 2018-02-06 10:59:58 -05:00 committed by Dmitry Tantsur
parent 1b09922504
commit 1c4cbd2b90
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ envlist = py35,py27,pep8
[testenv]
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/queens} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1