From 359d67aee81b2ade3fecdc0d3c7a85753bf83b3d Mon Sep 17 00:00:00 2001 From: "Jesse Pretorius (odyssey4me)" Date: Thu, 16 Aug 2018 08:04:44 +0000 Subject: [PATCH] Revert "Revert "Update UPPER_CONSTRAINTS_FILE for stable/rocky"" This reverts commit 5ede592636c18823e4689fa7fa5dffde167b872f. Now that the requirements repo has branched, we can implement this. Change-Id: Iafa310af5523e4d6a75501e4c02315329a6d9e8f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fc6282a9b8..bba85141d9 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ envlist = linters,docs,releasenotes,inventory,py3-inventory usedevelop = True basepython = python2.7 install_command = - pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} + pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky} {opts} {packages} deps = -r{toxinidir}/global-requirement-pins.txt -r{toxinidir}/test-requirements.txt