From c86c6ed86b6a30b7066cb1449414a22e05d6fea6 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 9 Jan 2018 09:28:13 -0600 Subject: [PATCH] Use stable branch for upper constraints Backport 2d732ec41413fdb7037ac9f6a8208de4bed74e92 inadvertently changed the upper-constraints.txt URL to drop the reference to the stable branch. This switched back over to the stable/pike version of the file. Change-Id: I2a35cd9c467545e1909df410d77ef43a756ba4bc --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cb12dee..6cac456 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ setenv = BRANCH_NAME=master install_command = pip install {opts} {packages} 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/pike} -r{toxinidir}/test-requirements.txt commands = python setup.py testr --slowest --testr-args='{posargs}' -- GitLab