[pygobject/ebassi/gtk4-overrides: 25/28] gtk4: Skip template test for now




commit 1dd6dfd8504fe7814a5dfb4dcddb3bf40747109d
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Sun Nov 15 18:09:13 2020 +0100

    gtk4: Skip template test for now
    
    We'll get back to them later

 tests/test_gtk_template.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/tests/test_gtk_template.py b/tests/test_gtk_template.py
index 31593f13..ec737fed 100644
--- a/tests/test_gtk_template.py
+++ b/tests/test_gtk_template.py
@@ -7,10 +7,13 @@ GLib = pytest.importorskip("gi.repository.GLib")
 GObject = pytest.importorskip("gi.repository.GObject")
 Gio = pytest.importorskip("gi.repository.Gio")
 
-
 from .helper import capture_exceptions
 
 
+# https://gitlab.gnome.org/GNOME/pygobject/-/merge_requests/145
+pytestmark = pytest.mark.skipif(Gtk._version == "4.0", reason="FIXME!!")
+
+
 def new_gtype_name(_count=[0]):
     _count[0] += 1
     return "GtkTemplateTest%d" % _count[0]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]