Skip to content

Commit ea7297c

Browse files
authored
bpo-40334: unskip test_function_type in test_unparse with the new parser (GH-19837)
1 parent 76c1b4d commit ea7297c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎Lib/test/test_unparse.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ def test_constant_tuples(self):
327327
ast.Constant(value=(1, 2, 3), kind=None), "(1, 2, 3)"
328328
)
329329

330-
@test.support.skip_if_new_parser("Pegen does not support type annotation yet")
331330
def test_function_type(self):
332331
for function_type in (
333332
"() -> int",

0 commit comments

Comments
 (0)