Update UPPER_CONSTRAINTS_FILE for stable/queens

Change-Id: I06c443613c80cdc9a84877ebec90def7bd449e30
This commit is contained in:
2018-01-26 14:08:16 +00:00
parent 61a547a3e0
commit 4ace13fe2b

View File

@@ -5,7 +5,7 @@ envlist = py35,py34,py27,pep8
[testenv]
install_command = pip install {opts} {packages}
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}/test-requirements.txt
-r{toxinidir}/requirements.txt
setenv = VIRTUAL_ENV={envdir}