Skip to content

Commit ab284c8

Browse files
maong0927Yaminyam
andcommitted
update test_iterator_pickle
Co-authored-by: Yaminyam <siontama@gmail.com>
1 parent 0f24b18 commit ab284c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_array.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ def test_pickle_for_empty_array(self):
284284
self.assertEqual(a.x, b.x)
285285
self.assertEqual(type(a), type(b))
286286

287-
# TODO: RUSTPYTHON
288-
@unittest.expectedFailure
289287
def test_iterator_pickle(self):
290288
orig = array.array(self.typecode, self.example)
291289
data = list(orig)

0 commit comments

Comments
 (0)