Merge "Update UPPER_CONSTRAINTS_FILE for stable/ocata" into stable/ocata

This commit is contained in:
Jenkins 2017-02-10 15:57:06 +00:00 committed by Gerrit Code Review
commit 13f96bf28c
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/ocata} {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
commands =
bandit: bandit -c bandit.yaml -r glance -n5 -p gate