[Bug 2028881] Re: apport FTBFS
Benjamin Drung
2028881 at bugs.launchpad.net
Fri Jul 28 11:36:10 UTC 2023
Proposed solution: Add --errors-only mode to run-linters to only run
pylint in --errors-only mode and mypy:
https://github.com/canonical/apport/pull/215
Those two can find relevant errors. The linters like black will be
skipped.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/2028881
Title:
apport FTBFS
Status in apport package in Ubuntu:
Triaged
Bug description:
Rebuilding apport in mantic today FTBFS because of a pylint complaint.
We discussed this in #ubuntu-devel today. I don't think that failing
the build on a lint failure is appropriate in distribution packaging
in a production build since otherwise the build regresses for no good
reason. Linting should be done during development but not enabled in
production archive builds.
This can be fixed by dropping the lint tests from
override_dh_auto_test in debian/rules.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/2028881/+subscriptions
More information about the foundations-bugs
mailing list