Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2e62cf

Browse files
committed
Fix other affected tests
1 parent 728582f commit f2e62cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)