Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Mark failing test
  • Loading branch information
ShaharNaveh committed Apr 14, 2026
commit d90c46c63cec81b9af170fca5cc635e00c14cf6e
1 change: 1 addition & 0 deletions Lib/test/test_userdict.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ class G(collections.UserDict):

test_repr_deep = mapping_tests.TestHashMappingProtocol.test_repr_deep

@unittest.expectedFailure # TODO: RUSTPYTHON; TypeError: unsupported operand type(s) for |: 'UserDict' and 'mappingproxy'
def test_mixed_or(self):
for t in UserDict, dict, types.MappingProxyType:
with self.subTest(t.__name__):
Expand Down
Loading