summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-12-29 05:07:39 +0100
committerBenjamin Berg <bberg@redhat.com>2022-03-28 10:18:25 +0200
commitc78ec7b4ea49d304050598aa411f9b60317cac86 (patch)
treec90a0f4b36ddbac3205005c0511c5560bd0236c2
parentbab52da8bff7f5057594c7fa9b6798b8553a89b3 (diff)
downloadpygobject-c78ec7b4ea49d304050598aa411f9b60317cac86.tar.gz
tests: Remove PyPy fixme that appears to be working
The test_gvalue_gobject_ref_counts appears to be working just fine these days.
-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()