Skip to content

Commit 67f7ff8

Browse files
committed
Unmark passing test
1 parent 88f1cab commit 67f7ff8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Lib/test/test_memoryio.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,10 +1026,6 @@ def test_relative_seek(self):
10261026
def test_flags(self):
10271027
return super().test_flags()
10281028

1029-
@unittest.expectedFailure # TODO: RUSTPYTHON; AttributeError: 'StringIO' object has no attribute 'detach'
1030-
def test_detach(self):
1031-
return super().test_detach()
1032-
10331029
@unittest.expectedFailure # TODO: RUSTPYTHON; AttributeError: 'StringIO' object has no attribute 'newlines'. Did you mean: 'readlines'?
10341030
def test_newlines_property(self):
10351031
return super().test_newlines_property()

0 commit comments

Comments
 (0)