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:
Rebecca Chen
2019-04-03 12:47:20 -07:00
committed by GitHub
parent 0f5302b3b5
commit a651e2f3cd
4 changed files with 69 additions and 168 deletions

View File

@@ -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