Merge ~mwhudson/curtin:newer-pylint into curtin:master

Proposed by Michael Hudson-Doyle
Status: Merged
Approved by: Michael Hudson-Doyle
Approved revision: 8a07f23b146cbb57782f9651dc131d41e99d46f0
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~mwhudson/curtin:newer-pylint
Merge into: curtin:master
Diff against target: 12 lines (+1/-1)
1 file modified
tox.ini (+1/-1)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
Dan Bungert Approve
Review via email: mp+415228@code.launchpad.net

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.

To post a comment you must log in.
Revision history for this message
Dan Bungert (dbungert) :
review: Approve
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tox.ini b/tox.ini
2index 3e86c7a..a169f19 100644
3--- a/tox.ini
4+++ b/tox.ini
5@@ -44,7 +44,7 @@ commands = {envpython} -m pyflakes {posargs:curtin/ tests/ tools/}
6 basepython = python3
7 sitepackages = true
8 deps = {[testenv]deps}
9- pylint==2.6.0
10+ pylint==2.12.2
11 git+https://git.launchpad.net/simplestreams
12 commands = {envpython} -m pylint --errors-only {posargs:curtin tests/vmtests}
13

Subscribers

People subscribed via source and target branches