Skip to content

Commit 1d49cfd

Browse files
committed
fix error in test_weakref()
1 parent 3ccccfc commit 1d49cfd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_deque.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,8 +889,6 @@ def test_pickle_recursive(self):
889889
for d in DequeWithBadIter('abc'), DequeWithBadIter('abc', 2):
890890
self.assertRaises(TypeError, pickle.dumps, d, proto)
891891

892-
# TODO: RUSTPYTHON
893-
@unittest.expectedFailure
894892
def test_weakref(self):
895893
d = deque('gallahad')
896894
p = weakref.proxy(d)

0 commit comments

Comments
 (0)