From ea7297cf8f1aad4df8921a3d81a75118511afe77 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Fri, 1 May 2020 16:02:06 +0100 Subject: bpo-40334: unskip test_function_type in test_unparse with the new parser (GH-19837) --- Lib/test/test_unparse.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_unparse.py b/Lib/test/test_unparse.py index b913569..d4089a3 100644 --- a/Lib/test/test_unparse.py +++ b/Lib/test/test_unparse.py @@ -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", -- cgit v0.12