Skip to content

Commit a77ae32

Browse files
committed
Fix other affected tests
1 parent 8d760d2 commit a77ae32

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/test/test_reprlib.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ def inner():
198198
r'int object at 0x[0-9A-Fa-f]+>')
199199
self.assertRegex(r(x), r'<cell at 0x.*\.\.\..*>')
200200

201-
# TODO: RUSTPYTHON
202-
@unittest.expectedFailure
203201
def test_descriptors(self):
204202
eq = self.assertEqual
205203
# method descriptors

0 commit comments

Comments
 (0)