Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: I1eb2486ec1e52773f5023b3195d3b8f59a16d78d
This commit is contained in:
OpenStack Release Bot 2017-08-11 01:06:58 +00:00
parent 8bba8b54b3
commit e612a90092
1 changed files with 1 additions and 1 deletions

View File

@ -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/pike} {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
commands =
bandit: bandit -c bandit.yaml -r glance -n5 -p gate