[pygobject/wip/jfelder/template-gtk4: 36/36] tests: Re-enable template tests for gtk4




commit 28baca79ee2913bd09a12c1d42dca60cf9fce877
Author: Jean Felder <jfelder src gnome org>
Date:   Sat Nov 21 15:06:34 2020 +0100

    tests: Re-enable template tests for gtk4

 tests/test_gtk_template.py | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/tests/test_gtk_template.py b/tests/test_gtk_template.py
index 9699cc7e..79a88e2f 100644
--- a/tests/test_gtk_template.py
+++ b/tests/test_gtk_template.py
@@ -10,10 +10,6 @@ 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]