Skip to content

Commit 21a6e12

Browse files
committed
Unskip test_pickle in seq_tests.py
1 parent 6fcc874 commit 21a6e12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/seq_tests.py

-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ def __eq__(self, other):
408408
self.assertRaises(ValueError, a.index, 0, 4*sys.maxsize,-4*sys.maxsize)
409409
self.assertRaises(ValueError, a.index, 2, 0, -10)
410410

411-
@unittest.skip("TODO: RUSTPYTHON")
412411
def test_pickle(self):
413412
lst = self.type2test([4, 5, 6, 7])
414413
for proto in range(pickle.HIGHEST_PROTOCOL + 1):

0 commit comments

Comments
 (0)