Skip to content

Commit 395e7b3

Browse files
committed
updated test_deque.py from CPython v3.11.2
1 parent 6e92191 commit 395e7b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_deque.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,8 @@ def test_basics(self):
814814
d.clear()
815815
self.assertEqual(len(d), 0)
816816

817+
# TODO: RUSTPYTHON
818+
@unittest.expectedFailure
817819
def test_copy_pickle(self):
818820
for cls in Deque, DequeWithSlots:
819821
for d in cls('abc'), cls('abcde', maxlen=4):

0 commit comments

Comments
 (0)