diff options
author | Daniel Watkins <daniel.watkins@canonical.com> | 2019-03-18 17:10:13 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2019-03-18 17:10:13 +0000 |
commit | 200b0ac1fc1709f6c06bb963beb3080a5b5c6fb1 (patch) | |
tree | 34bb52c668116f8f6b033285b5c18acd59e73f77 | |
parent | f2fd6eac4407e60d0e98826ab03847dda4cde138 (diff) | |
download | vyos-cloud-init-200b0ac1fc1709f6c06bb963beb3080a5b5c6fb1.tar.gz vyos-cloud-init-200b0ac1fc1709f6c06bb963beb3080a5b5c6fb1.zip |
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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |