We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10421a commit 34a0615Copy full SHA for 34a0615
1 file changed
Lib/test/test_userlist.py
@@ -7,11 +7,6 @@
7
class UserListTest(list_tests.CommonTest):
8
type2test = UserList
9
10
- import sys
11
- @unittest.skipIf(sys.platform == "win32", "TODO: RUSTPYTHON, unexpectedly panics somewhere")
12
- def test_repr_deep(self): # XXX: RUSTPYTHON; remove this method when fixed
13
- super().test_repr_deep()
14
-
15
def test_getslice(self):
16
super().test_getslice()
17
l = [0, 1, 2, 3, 4]
0 commit comments