Control: reopen -1 Control: reassign -1 devscripts Control: retitle -1 devscripts: Wrong usage of pylint as a module breaks
Hi! On Thu, 2023-01-05 at 00:18:13 -0500, Sandro Tosi wrote: > > Package: pylint > > Version: 2.15.9-1 > > Severity: serious > > It looks like the recent release is missing a dependency on > > python3-tomli when the python used is not at least 3.11. Seen on > > test suite failures locally and on the devscripts CI pipelines: > > > > https://salsa.debian.org/guillem/devscripts/-/jobs/3733272#L2644 > > this bug is invalid; pylint is a cli tool, not a module, so running it as > > /usr/bin/python3.10 -m pylint .... > > (https://salsa.debian.org/guillem/devscripts/-/jobs/3733272#L2619) in > incorrect. > > call /usr/bin/pylint In that case, this should be fixed in devscripts (as that MR did not introduce this usage, it just triggered the failure). Reassigning. Thanks, Guillem