From f97132e1bac7430dc026d597b5ea90760b480f57 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Tue, 30 Jan 2018 01:02:37 +0000 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/queens Change-Id: I3b846303193103f1391f84fe5208bf55251b7074 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 354d98dce..b0d86fca9 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ setenv = LANGUAGE=en_US:en LC_ALL=C deps = - -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/queens} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = python setup.py testr --slowest --testr-args='{posargs}'