summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-12-29 05:07:39 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2022-04-24 11:32:56 +0200
commit47daccd0c6ccc1c10f9833e7f49478f1ad50c621 (patch)
treeccb6c1cd87ca39f4c97aeb187e37776100f08446
parent13c6e76d0ebf40d1577658c214f42615606a89d3 (diff)
downloadpygobject-47daccd0c6ccc1c10f9833e7f49478f1ad50c621.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 b0dca6c6..65ce1be2 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()