summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Felder <jfelder@src.gnome.org>2020-11-21 15:06:34 +0100
committerJean Felder <jfelder@src.gnome.org>2020-12-06 15:04:45 +0100
commit0a16082c3e092fdccf5499172a4b9dec07aa383d (patch)
tree6c1e6f906eb8aff0e6d0194c1412cdc53772b852
parent10932d80c4247a2e41e2e53ecbbc7aeaa0ab53e0 (diff)
downloadpygobject-wip/jfelder/template-gtk4.tar.gz
tests: Re-enable template tests for gtk4wip/jfelder/template-gtk4
-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