GNOME Bugzilla – Bug 664659
pygtk test_dialog.py fails
Last modified: 2018-08-17 13:38:59 UTC
We get the following error downstream: https://bugs.gentoo.org/show_bug.cgi?id=391309 make -j5 check-local ..............................................<GType GtkMessageDialog (10713872)> GtkMessageDialog F.................................................... ====================================================================== FAIL: testSubclass (test_dialog.MessageDialogTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-python/pygtk-2.24.0-r2/work/pygtk-2.24.0-2.7/tests/test_dialog.py", line 24, in testSubclass self.assertEqual(sub.__gtype__.name, 'SubDialog') AssertionError: 'GtkMessageDialog' != 'SubDialog' ---------------------------------------------------------------------- Ran 99 tests in 0.158s
+ Trace 229110
*** Bug 664660 has been marked as a duplicate of this bug. ***
*** Bug 664661 has been marked as a duplicate of this bug. ***
With what PyGObject 2.28.x version are you encountering this test failure? Did it also happen with previous versions like 2.28.3?
I am running 2.28.6, but I don't know if it failed with older versions as we were having some permission problems downstream to run previous tests for pygtk :S
pygtk is not under active development anymore and had its last code changes in 2013. Its codebase has been archived: https://gitlab.gnome.org/Archive/pygtk/commits/master PyGObject at https://gitlab.gnome.org/GNOME/pygobject is its successor. See https://pygobject.readthedocs.io/en/latest/guide/porting.html for porting info. Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Feel free to open a task in GNOME Gitlab if the issue described in this task still applies to a recent version of PyGObject. Thanks!