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




commit 0a16082c3e092fdccf5499172a4b9dec07aa383d
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 | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/tests/test_gtk_template.py b/tests/test_gtk_template.py
index 7243fd48..9dd7a902 100644
--- a/tests/test_gtk_template.py
+++ b/tests/test_gtk_template.py
@@ -11,9 +11,6 @@ from .helper import capture_exceptions
 
 GTK4 = (Gtk._version == "4.0")
 
-# 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


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