From: OpenStack Release Bot Date: Thu, 24 Aug 2017 14:00:02 +0000 (+0000) Subject: Update UPPER_CONSTRAINTS_FILE for stable/pike X-Git-Tag: 11.4.0~7 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4d23feae0a5ced951337499da4fccc93f0cb3546;p=puppet-modules%2Fpuppet-ceilometer.git Update UPPER_CONSTRAINTS_FILE for stable/pike Change-Id: I746ddc35bfe42ac70a47bc9535a9e73c55e577cf --- diff --git a/tox.ini b/tox.ini index f5de027..f01c731 100644 --- a/tox.ini +++ b/tox.ini @@ -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