Skip to content

Commit 80da2c4

Browse files
committed
test_deque.py: skip test_weakref
1 parent 6aa4491 commit 80da2c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-python/3/test/test_deque.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,7 @@ def test_pickle_recursive(self):
896896
for d in DequeWithBadIter('abc'), DequeWithBadIter('abc', 2):
897897
self.assertRaises(TypeError, pickle.dumps, d, proto)
898898

899+
@support.impl_detail("finalization", graalvm=False)
899900
def test_weakref(self):
900901
d = deque('gallahad')
901902
p = weakref.proxy(d)

0 commit comments

Comments
 (0)