We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a949c35 commit 53b89b7Copy full SHA for 53b89b7
Lib/test/test_mmap.py
@@ -721,6 +721,7 @@ def test_resize_past_pos(self):
721
self.assertRaises(ValueError, m.write_byte, 42)
722
self.assertRaises(ValueError, m.write, b'abc')
723
724
+ @unittest.skip('TODO: RUSTPYTHON, Number Protocol is not properly implemented yet')
725
def test_concat_repeat_exception(self):
726
m = mmap.mmap(-1, 16)
727
with self.assertRaises(TypeError):
0 commit comments