Skip to content

Commit 0b546d6

Browse files
committed
Fix outdated test_userlist
1 parent a1c1107 commit 0b546d6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Lib/test/test_userlist.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@
77
class UserListTest(list_tests.CommonTest):
88
type2test = UserList
99

10-
# TODO: RUSTPYTHON, parent method is marked but this version passes
11-
def test_init(self):
12-
super().test_init()
13-
14-
# TODO: RUSTPYTHON, parent method is marked but this version passes
1510
import sys
1611
@unittest.skipIf(sys.platform == "win32", "TODO: RUSTPYTHON, unexpectedly panics somewhere")
17-
def test_repr_deep(self):
12+
def test_repr_deep(self): # XXX: RUSTPYTHON; remove this method when fixed
1813
super().test_repr_deep()
1914

2015
def test_getslice(self):

0 commit comments

Comments
 (0)