From eff676e2e4c2496bab6d2cfdad024ad2d59f94a9 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 15 Sep 2016 14:25:43 -0400 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/newton Change-Id: Ib221fc995285ab03fd95e1a207e711bbba45c0d7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index be0b2d71..178d3bb6 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ skipsdist = True setenv = VIRTUAL_ENV={envdir} passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY 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/newton} {opts} {packages} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands =