Merge "Update TOX/UPPER_CONSTRAINTS_FILE for stable/train" into stable/train

This commit is contained in:
Zuul 2019-10-14 20:57:13 +00:00 committed by Gerrit Code Review
commit 4a27c1e166
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ envlist = py27,py37,pep8,api-ref,docs,genconfig,genpolicy,releasenotes,protectio
usedevelop = True
install_command = pip install {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
.[ldap,memcache,mongodb]
@ -50,7 +50,7 @@ passenv = FAST8_NUM_COMMITS
basepython = python3
# NOTE(browne): This is required for the integration test job of the bandit
# project. Please do not remove.
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train}
-r{toxinidir}/requirements.txt
.[bandit]
commands = bandit -r keystone -x 'keystone/tests/*'