Use stable branch for upper constraints

Backporting of upper constraint check missed adding the stable
branch to the URL.

Change-Id: I30f4ae092027560b4980964bda7f9869aa5d3a45
This commit is contained in:
Sean McGinnis 2018-01-08 12:14:48 -06:00
parent de91682f9c
commit 59cbb86cec
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ passenv = OS_*
REQUIREMENTS_PIP_LOCATION
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
-r{toxinidir}/requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
@ -94,7 +94,7 @@ commands = {toxinidir}/setup-test-env-zmq-pub-sub.sh python setup.py testr --slo
[testenv:bandit]
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
-r{toxinidir}/requirements.txt
commands = bandit -r oslo_messaging -x tests -n5