File skip-qt4-tests.patch of Package python-pyface
diff -ur pyface-8.0.0.orig/pyface/ui/qt/tests/test_qt4_import_hooks.py pyface-8.0.0/pyface/ui/qt/tests/test_qt4_import_hooks.py
--- pyface-8.0.0.orig/pyface/ui/qt/tests/test_qt4_import_hooks.py 2024-02-09 13:16:21.813952572 +0100
+++ pyface-8.0.0/pyface/ui/qt/tests/test_qt4_import_hooks.py 2024-02-09 13:18:38.757834867 +0100
@@ -18,6 +18,7 @@
from pyface.ui import ShadowedModuleFinder
+@unittest.skip("No Qt4 backend here, gh-1252")
class TestQt4ImportHooks(unittest.TestCase):
def test_qt4_import_no_hook(self):