Merge pull request #8483 from hroncok/no_typed_ast

Don't require typed_ast in [test] with Python 3.8+
This commit is contained in:
Takeshi KOMIYA 2020-11-24 21:37:24 +09:00 committed by GitHub
commit c6e2c9abaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ extras_require = {
'pytest',
'pytest-cov',
'html5lib',
'typed_ast', # for py35-37
"typed_ast; python_version < '3.8'",
'cython',
],
}