mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 04:04:25 +08:00
Update pytype_test to remove now-unnecessary parse-only functionality. (#2897)
With today's release, pytype is able to fully load stdlib/3/collections/__init__.pyi, so the test no longer needs the ability to partially parse stubs using the pytd tool. Removing this functionality allows the test code to be simplified considerably.
This commit is contained in:
@@ -3,4 +3,4 @@ typed-ast>=1.0.4
|
||||
flake8==3.6.0
|
||||
flake8-bugbear==18.8.0
|
||||
flake8-pyi==18.3.1
|
||||
pytype>=2019.3.15
|
||||
pytype>=2019.4.2.1
|
||||
|
||||
Reference in New Issue
Block a user