forked from Rust-related/RustPython
Temp: Skip test_mmap.MmapTests.test_concat_repeat_exception
This commit is contained in:
1
Lib/test/test_mmap.py
vendored
1
Lib/test/test_mmap.py
vendored
@@ -721,6 +721,7 @@ class MmapTests(unittest.TestCase):
|
||||
self.assertRaises(ValueError, m.write_byte, 42)
|
||||
self.assertRaises(ValueError, m.write, b'abc')
|
||||
|
||||
@unittest.skip('TODO: RUSTPYTHON, Number Protocol is not properly implemented yet')
|
||||
def test_concat_repeat_exception(self):
|
||||
m = mmap.mmap(-1, 16)
|
||||
with self.assertRaises(TypeError):
|
||||
|
||||
Reference in New Issue
Block a user