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.
1 parent 2d43ec1 commit c5030a3Copy full SHA for c5030a3
tests/test_zip.py
@@ -59,7 +59,7 @@ def test_fastpath_cache_cleared_in_forked_child(self):
59
zip_path = sys.path[0]
60
61
FastPath(zip_path)
62
- self.assertEqual(FastPath.__new__.cache_info().currsize, 1)
+ assert FastPath.__new__.cache_info().currsize >= 1
63
64
ctx = multiprocessing.get_context('fork')
65
parent_conn, child_conn = ctx.Pipe()
0 commit comments