You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/ibus-cangjie/files/ibus-cangjie-gtk-unit-test....

13 lines
460 B

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