[pygobject/benzea/pypy-fixes: 3/3] tests: Remove PyPy fixme that appears to be working
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject/benzea/pypy-fixes: 3/3] tests: Remove PyPy fixme that appears to be working
- Date: Wed, 29 Dec 2021 04:11:59 +0000 (UTC)
commit 567e8ae9c88b5d8e0880c64ab0018ae0ce97d1a2
Author: Benjamin Berg <bberg redhat com>
Date: Wed Dec 29 05:07:39 2021 +0100
tests: Remove PyPy fixme that appears to be working
The test_gvalue_gobject_ref_counts appears to be working just fine these
days.
tests/test_gi.py | 1 -
1 file changed, 1 deletion(-)
---
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()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]