summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_gi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_gi.py b/tests/test_gi.py
index 5560a61b..25a3b659 100644
--- a/tests/test_gi.py
+++ b/tests/test_gi.py
@@ -1600,7 +1600,6 @@ class TestGValue(unittest.TestCase):
gc.collect()
assert obj.__grefcount__ == grefcount
- @unittest.skipIf(platform.python_implementation() == "PyPy", "fixme")
def test_gvalue_gobject_ref_counts(self):
# Tests a GObject held by a GValue
obj = GObject.Object()