We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5025b51 + f40fdf5 commit c43fb48Copy full SHA for c43fb48
test/test_unpack.py
@@ -16,7 +16,7 @@ def test_unpack_array_header_from_file():
16
unpacker.unpack()
17
18
19
-@mark.skipif(not hasattr(sys, 'getrefcount'),
+@mark.skipif("not hasattr(sys, 'getrefcount') == True",
20
reason='sys.getrefcount() is needed to pass this test')
21
def test_unpacker_hook_refcnt():
22
result = []
0 commit comments