dlan 14/11/01 15:04:55 Added: ibus-cangjie-gtk-unit-test.patch Log: fix bug 526392, skip gtk unit test, proxy for Brendan Horan (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.1 app-i18n/ibus-cangjie/files/ibus-cangjie-gtk-unit-test.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/files/ibus-cangjie-gtk-unit-test.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-cangjie/files/ibus-cangjie-gtk-unit-test.patch?rev=1.1&content-type=text/plain Index: ibus-cangjie-gtk-unit-test.patch =================================================================== diff --git a/tests/test_prefs.py b/tests/test_prefs.py index d1bb438..e568939 100644 --- a/tests/test_prefs.py +++ b/tests/test_prefs.py @@ -37,6 +37,7 @@ class PrefsTestCase(unittest.TestCase): except ET.ParseError as e: raise AssertionError(e) + @unittest.skip("Importing Gtk doesn't raise a RuntimeError on recent Fedora") def test_ui_file_is_valid_gtk_builder(self): try: from gi.repository import Gtk
