Merge "Bump pylint to 2.6.0"

This commit is contained in:
Zuul 2021-03-03 23:38:58 +00:00 committed by Gerrit Code Review
commit df32f94add
2 changed files with 2 additions and 2 deletions

@ -153,7 +153,7 @@ def run_pylint():
args = [
"--msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}'",
"-E", "cinderclient"]
lint.Run(args, reporter=reporter, exit=False)
lint.Run(args, reporter=reporter, do_exit=False)
val = buff.getvalue()
buff.close()
return val

@ -37,7 +37,7 @@ commands =
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
pylint==1.9.1
pylint==2.6.0
commands = bash tools/lintstack.sh
whitelist_externals = bash