mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Don't skip non hanging test (#5951)
This commit is contained in:
1
Lib/test/test_contains.py
vendored
1
Lib/test/test_contains.py
vendored
@@ -36,7 +36,6 @@ class TestContains(unittest.TestCase):
|
||||
|
||||
self.assertRaises(TypeError, lambda: None in 'abc')
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON, hangs")
|
||||
def test_builtin_sequence_types(self):
|
||||
# a collection of tests on builtin sequence types
|
||||
a = range(10)
|
||||
|
||||
Reference in New Issue
Block a user