Skip to content
Prev Previous commit
Next Next commit
Mark failing test
  • Loading branch information
ShaharNaveh committed Sep 9, 2025
commit aa50293621ad055eee5c62cbcc5117f1ee5be3c4
1 change: 1 addition & 0 deletions Lib/test/test_ast/test_ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -1858,6 +1858,7 @@ def fac(args):

self._check_arguments(fac, self.stmt)

@unittest.expectedFailure # TODO: RUSTPYTHON; TypeError: class pattern defines no positional sub-patterns (__match_args__ missing)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test now no longer breaks file

def test_funcdef_pattern_matching(self):
# gh-104799: New fields on FunctionDef should be added at the end
def matcher(node):
Expand Down