Skip to content

Commit 9f39120

Browse files
authored
Remove typed_ast tests requirement (#13840)
`typed_ast` is not directly used in tests, and is never imported on Python 3.8+. Its requirement should be defined as a regular one (for Python < 3.8).
1 parent d081f76 commit 9f39120

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ pytest-xdist>=1.34.0
1616
pytest-forked>=1.3.0,<2.0.0
1717
pytest-cov>=2.10.0
1818
py>=1.5.2
19-
typed_ast>=1.5.4,<2; python_version>='3.8'
2019
setuptools!=50
2120
six

0 commit comments

Comments
 (0)