From 8dbfcb5b144a5d2f218100fe2ac9751589667783 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Sun, 5 Feb 2017 23:48:14 +0000 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/ocata Change-Id: I10b8dfe4c7c3b90035b2785d1142d79e585a7a17 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 310629db6e..d559412ee4 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ setenv = VIRTUAL_ENV={envdir} 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} \ + -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} \ -U {opts} {packages} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt