[Bug 2137479] Re: FTBFS: pylint issue with code related to `gtk`
Oliver Reiche
2137479 at bugs.launchpad.net
Fri Mar 27 09:38:01 UTC 2026
The error's root cause was a bug in pylint's astroid module.
I resolved the bug upstream with this PR: https://github.com/pylint-
dev/astroid/pull/2930
It landed in Resolute with v4.1.1:
https://git.launchpad.net/ubuntu/+source/astroid/commit/?h=import/4.1.1-1&id=f051f03598238d31acf1b5a517fce39cd7f2e70c
** Changed in: apport (Ubuntu)
Status: New => Fix Released
--
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/2137479
Title:
FTBFS: pylint issue with code related to `gtk`
Status in Apport:
New
Status in apport package in Ubuntu:
Fix Released
Bug description:
$ pylint gtk/apport-gtk tests/system/test_ui_gtk.py
************* Module apport-gtk
gtk/apport-gtk:42:13: E1120: No value for argument 'self' in unbound method call (no-value-for-parameter)
gtk/apport-gtk:190:22: E1120: No value for argument 'self' in unbound method call (no-value-for-parameter)
gtk/apport-gtk:332:20: E1120: No value for argument 'self' in unbound method call (no-value-for-parameter)
gtk/apport-gtk:428:14: E1120: No value for argument 'self' in function call (no-value-for-parameter)
gtk/apport-gtk:448:14: E1120: No value for argument 'self' in function call (no-value-for-parameter)
gtk/apport-gtk:463:14: E1120: No value for argument 'self' in function call (no-value-for-parameter)
gtk/apport-gtk:470:14: E1120: No value for argument 'self' in function call (no-value-for-parameter)
gtk/apport-gtk:483:14: E1120: No value for argument 'self' in function call (no-value-for-parameter)
gtk/apport-gtk:491:14: E1120: No value for argument 'self' in function call (no-value-for-parameter)
gtk/apport-gtk:501:14: E1120: No value for argument 'self' in function call (no-value-for-parameter)
gtk/apport-gtk:581:14: E1120: No value for argument 'self' in function call (no-value-for-parameter)
gtk/apport-gtk:654:38: E1120: No value for argument 'self' in unbound method call (no-value-for-parameter)
************* Module tests.system.test_ui_gtk
tests/system/test_ui_gtk.py:676:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
tests/system/test_ui_gtk.py:725:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
tests/system/test_ui_gtk.py:734:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
tests/system/test_ui_gtk.py:788:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
tests/system/test_ui_gtk.py:798:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
tests/system/test_ui_gtk.py:810:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
tests/system/test_ui_gtk.py:852:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
tests/system/test_ui_gtk.py:889:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
tests/system/test_ui_gtk.py:926:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
tests/system/test_ui_gtk.py:948:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
tests/system/test_ui_gtk.py:974:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
tests/system/test_ui_gtk.py:1009:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
tests/system/test_ui_gtk.py:1118:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
tests/system/test_ui_gtk.py:1151:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
tests/system/test_ui_gtk.py:1160:15: E1120: No value for argument 'self' in function call (no-value-for-parameter)
This only happens on `resolute`, and works fine on `questing`.
To manage notifications about this bug go to:
https://bugs.launchpad.net/apport/+bug/2137479/+subscriptions
More information about the foundations-bugs
mailing list