bpo-40334: unskip test_function_type in test_unparse with the new parser (GH-19837)
This commit is contained in:
parent
76c1b4d5c5
commit
ea7297cf8f
|
@ -327,7 +327,6 @@ class UnparseTestCase(ASTTestCase):
|
|||
ast.Constant(value=(1, 2, 3), kind=None), "(1, 2, 3)"
|
||||
)
|
||||
|
||||
@test.support.skip_if_new_parser("Pegen does not support type annotation yet")
|
||||
def test_function_type(self):
|
||||
for function_type in (
|
||||
"() -> int",
|
||||
|
|
Loading…
Reference in New Issue