Skip to content

Commit 1812bd1

Browse files
committed
Mark a failing test of test/test_weakset.py
1 parent 7b6486c commit 1812bd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_weakset.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,8 @@ def test_abc(self):
462462
self.assertIsInstance(self.s, Set)
463463
self.assertIsInstance(self.s, MutableSet)
464464

465+
# TODO: RUSTPYTHON
466+
@unittest.expectedFailure
465467
def test_copying(self):
466468
for cls in WeakSet, WeakSetWithSlots:
467469
s = cls(self.items)

0 commit comments

Comments
 (0)