From 93a75f69d476123596ca8401d5de8494e8d60c22 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 3 Feb 2017 10:43:44 +0000 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/ocata Change-Id: I8f3ea937b574873d4aa287eee98f3a5b4ae8db9b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ebf22552cd..cd63d84c07 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ setenv = # clue for oslo.db to use file-based database. OS_TEST_DBAPI_ADMIN_CONNECTION=sqlite:////tmp/placeholder-never-created-nor-used.db 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 commands = bandit: bandit -c bandit.yaml -r glance -n5 -p gate