summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-12-29 05:07:39 +0100
committerBenjamin Berg <bberg@redhat.com>2021-12-29 05:07:39 +0100
commitb123ccb438830147cfa3bee30032a9bb31f265cd (patch)
treeddc265aa6ecead3cf43e414d5f7f1358e2ce61f3
parent527120be154dbdeffc0b623445efb9cd5c519206 (diff)
downloadpygobject-benzea/tmp.tar.gz
tests: Remove PyPy fixme that appears to be workingbenzea/tmp
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()