summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_gtk_template.py3
1 files changed, 0 insertions, 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