Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: I0313383a62d70b5089f5aa7fdff46dd5d537c24c
This commit is contained in:
OpenStack Release Bot 2017-08-24 14:01:16 +00:00
parent 08f5377f48
commit 782d7c9b62
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ skipsdist = True
envlist = releasenotes
[testenv]
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/pike} {opts} {packages}
[testenv:releasenotes]
deps = -r{toxinidir}/test-requirements.txt