Update UPPER_CONSTRAINTS_FILE for stable/queens

Change-Id: I858b0581e7a0a58a25bed000b34f1b1b494e514d
This commit is contained in:
OpenStack Release Bot 2018-02-07 15:35:42 +00:00
parent 243769911e
commit 725c61ddf1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ envlist = py3,py27,pep8,functional
[testenv]
usedevelop = True
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -U -c{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 =