From 200b0ac1fc1709f6c06bb963beb3080a5b5c6fb1 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Mon, 18 Mar 2019 17:10:13 +0000 Subject: 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.) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3