Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Mark failing test
  • Loading branch information
ShaharNaveh committed Apr 14, 2026
commit 25d8430827c7c7ce8912a6a6210369e2eaef112e
1 change: 1 addition & 0 deletions Lib/test/test_bz2.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,7 @@ def testPickle(self):
with self.assertRaises(TypeError):
pickle.dumps(BZ2Decompressor(), proto)

@unittest.expectedFailure # TODO: RUSTPYTHON; AssertionError: 0 != 100
def testDecompressorChunksMaxsize(self):
bzd = BZ2Decompressor()
max_length = 100
Expand Down
Loading