curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #02079
[Merge] ~mwhudson/curtin:newer-pylint into curtin:master
Michael Hudson-Doyle has proposed merging ~mwhudson/curtin:newer-pylint into curtin:master.
Commit message:
Update pylint version in tox.ini
The currently specified version does not work with the typing module
from Python 3.9, thus causing spurious isses on impish.
Requested reviews:
curtin developers (curtin-dev)
For more details, see:
https://code.launchpad.net/~mwhudson/curtin/+git/curtin/+merge/415228
--
Your team curtin developers is requested to review the proposed merge of ~mwhudson/curtin:newer-pylint into curtin:master.
diff --git a/tox.ini b/tox.ini
index 3e86c7a..a169f19 100644
--- a/tox.ini
+++ b/tox.ini
@@ -44,7 +44,7 @@ commands = {envpython} -m pyflakes {posargs:curtin/ tests/ tools/}
basepython = python3
sitepackages = true
deps = {[testenv]deps}
- pylint==2.6.0
+ pylint==2.12.2
git+https://git.launchpad.net/simplestreams
commands = {envpython} -m pylint --errors-only {posargs:curtin tests/vmtests}
Follow ups