From 9e0635f39e60cbc185c7fb42bc880340e33aa594 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 15 Sep 2016 08:55:19 -0400 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/newton Change-Id: Ia23649de54f8242eb33fbed6430934abfbb8b10d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 19296d1a00..413d08becc 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = py34,py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir} 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} whitelist_externals = find deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt