Skip to content

Commit

Permalink
Remove typed_ast tests requirement (python#13840)
Browse files Browse the repository at this point in the history
`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).
ben9923 authored Oct 8, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d081f76 commit 9f39120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -16,6 +16,5 @@ pytest-xdist>=1.34.0
pytest-forked>=1.3.0,<2.0.0
pytest-cov>=2.10.0
py>=1.5.2
typed_ast>=1.5.4,<2; python_version>='3.8'
setuptools!=50
six

0 comments on commit 9f39120

Please sign in to comment.