summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2021-02-19 17:30:14 +0100
committerLuigi Toscano <ltoscano@redhat.com>2021-02-19 17:30:14 +0100
commit755dabdc92ebd848e6ba786f8a89f2f3dbdcc3db (patch)
treef0678d3e790fa726c97d48e19af44848dbb855bb /tox.ini
parent7e3566ed04c8f664f6e1df0614499989f6b3560a (diff)
downloadpython-cinderclient-755dabdc92ebd848e6ba786f8a89f2f3dbdcc3db.tar.gz
Bump pylint to 2.6.0
The current version does not work anymore with the current testing stack. Due to the bump, the wrapper needed a few changes (maybe it could be dropped at some point? Version 2.3.0 (used by cinder right now) was considered too, but it requires a specific version of isort: https://github.com/PyCQA/isort/issues/1273 Change-Id: I07fa32e7f49bde041d101a2d09860d0bc27acda0
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bd8a2c6..2151067 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,7 +38,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