forked from Rust-related/RustPython
Mark a failing test of test/test_weakset.py
This commit is contained in:
2
Lib/test/test_weakset.py
vendored
2
Lib/test/test_weakset.py
vendored
@@ -462,6 +462,8 @@ class TestWeakSet(unittest.TestCase):
|
||||
self.assertIsInstance(self.s, Set)
|
||||
self.assertIsInstance(self.s, MutableSet)
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
@unittest.expectedFailure
|
||||
def test_copying(self):
|
||||
for cls in WeakSet, WeakSetWithSlots:
|
||||
s = cls(self.items)
|
||||
|
||||
Reference in New Issue
Block a user