From bb257de9795982527594bfbfe45dbd77d15c2937 Mon Sep 17 00:00:00 2001 From: Hardik Parekh Date: Tue, 27 Sep 2016 09:50:50 +0000 Subject: [PATCH] Revert "Update UPPER_CONSTRAINTS_FILE for stable/newton" This reverts commit 26894df15dd124ce175b2a69a4deee8d7a259603. Change-Id: I56ad12f96e5c7cdf4080250a1b9bd54caf8a4b3c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 98292165..3aee41cc 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton} {opts} {packages} +install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} setenv = VIRTUAL_ENV={envdir} PYTHONDONTWRITEBYTECODE = 1 passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY