Skip to content

Commit fda0e0a

Browse files
committed
adjust failing markers for test_dict
1 parent 146c9ff commit fda0e0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_dict.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ def test_items(self):
105105
self.assertRaises(TypeError, d.items, None)
106106
self.assertEqual(repr(dict(a=1).items()), "dict_items([('a', 1)])")
107107

108+
# TODO: RUSTPYTHON
109+
@unittest.expectedFailure
108110
def test_views_mapping(self):
109111
mappingproxy = type(type.__dict__)
110112
class Dict(dict):

0 commit comments

Comments
 (0)