We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f1cab commit 67f7ff8Copy full SHA for 67f7ff8
1 file changed
Lib/test/test_memoryio.py
@@ -1026,10 +1026,6 @@ def test_relative_seek(self):
1026
def test_flags(self):
1027
return super().test_flags()
1028
1029
- @unittest.expectedFailure # TODO: RUSTPYTHON; AttributeError: 'StringIO' object has no attribute 'detach'
1030
- def test_detach(self):
1031
- return super().test_detach()
1032
-
1033
@unittest.expectedFailure # TODO: RUSTPYTHON; AttributeError: 'StringIO' object has no attribute 'newlines'. Did you mean: 'readlines'?
1034
def test_newlines_property(self):
1035
return super().test_newlines_property()
0 commit comments