mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-40334: unskip test_function_type in test_unparse with the new parser (GH-19837)
This commit is contained in:
parent
76c1b4d5c5
commit
ea7297cf8f
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue