Commit c86c6ed8 authored by Sean McGinnis's avatar Sean McGinnis
Browse files

Use stable branch for upper constraints

Backport 2d732ec4 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
parent b8ad99f3
......@@ -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}'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment