Skip to content

Commit 34a0615

Browse files
CPython Developersdalinaum
authored andcommitted
Update test/test_userlist.py from CPython 3.11.2
1 parent b10421a commit 34a0615

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Lib/test/test_userlist.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
class UserListTest(list_tests.CommonTest):
88
type2test = UserList
99

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-
1510
def test_getslice(self):
1611
super().test_getslice()
1712
l = [0, 1, 2, 3, 4]

0 commit comments

Comments
 (0)