From 7fe0f8f4fc31ddd2d458aabe461b560013a84412 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Mon, 6 Feb 2017 23:32:49 +0000 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/ocata Change-Id: Id4d0eaffcb016b6afde275c29eb31d80225ac012 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9b412aab001..3657f884475 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir} PYTHONHASHSEED=0 PYTHONWARNINGS=default::DeprecationWarning 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/ocata} {opts} {packages} deps = -r{toxinidir}/test-requirements.txt