Skip to content

Commit 4af7c13

Browse files
committed
Unmark test_bytes test_returns_new_copy
which uses tons of bytes methods
1 parent d43c5dc commit 4af7c13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_bytes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,8 +1837,6 @@ class BytearrayPEP3137Test(unittest.TestCase):
18371837
def marshal(self, x):
18381838
return bytearray(x)
18391839

1840-
# TODO: RUSTPYTHON
1841-
@unittest.expectedFailure
18421840
def test_returns_new_copy(self):
18431841
val = self.marshal(b'1234')
18441842
# On immutable types these MAY return a reference to themselves

0 commit comments

Comments
 (0)