Skip to content

Commit 784b5f1

Browse files
committed
Edit test_dictviews
ExpectedFailure added at line 282
1 parent 3945e9a commit 784b5f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_dictviews.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ def test_recursive_repr(self):
278278
# Again.
279279
self.assertIsInstance(r, str)
280280

281+
# TODO: RUSTPYTHON
282+
@unittest.expectedFailure
281283
def test_deeply_nested_repr(self):
282284
d = {}
283285
for i in range(C_RECURSION_LIMIT//2 + 100):

0 commit comments

Comments
 (0)