Update UPPER_CONSTRAINTS_FILE for stable/queens

Change-Id: Iad53d09168edf9f1ce43840eb8b3caa9de6f6114
This commit is contained in:
OpenStack Release Bot 2018-01-24 18:10:20 +00:00
parent 900a80b45e
commit 391c425e94
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
[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}
deps =