summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <daniel.watkins@canonical.com>2019-03-18 17:10:13 +0000
committerServer Team CI Bot <josh.powers+server-team-bot@canonical.com>2019-03-18 17:10:13 +0000
commit200b0ac1fc1709f6c06bb963beb3080a5b5c6fb1 (patch)
tree34bb52c668116f8f6b033285b5c18acd59e73f77
parentf2fd6eac4407e60d0e98826ab03847dda4cde138 (diff)
downloadcloud-init-git-200b0ac1fc1709f6c06bb963beb3080a5b5c6fb1.tar.gz
tox: bump pylint version to latest (2.3.1)
The previous version was emitting errors due to an incompatibility with one of its dependencies. (We could have pinned the dependency instead, but staying current on pylint is a worthy goal in and of itself.)
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d3717200..967321f8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,7 @@ setenv =
basepython = python3
deps =
# requirements
- pylint==2.2.2
+ pylint==2.3.1
# test-requirements because unit tests are now present in cloudinit tree
-r{toxinidir}/test-requirements.txt
commands = {envpython} -m pylint {posargs:cloudinit tests tools}