diff --git a/requirements-tests-py3.txt b/requirements-tests-py3.txt index 3ccda8431..e8152852a 100644 --- a/requirements-tests-py3.txt +++ b/requirements-tests-py3.txt @@ -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.2.13 +pytype>=2019.3.15 diff --git a/tests/pytype_blacklist.txt b/tests/pytype_blacklist.txt index a48b4ac68..5fb894fc1 100644 --- a/tests/pytype_blacklist.txt +++ b/tests/pytype_blacklist.txt @@ -7,7 +7,3 @@ stdlib/2/typing.pyi stdlib/2and3/builtins.pyi stdlib/3/typing.pyi stdlib/3/collections/__init__.pyi # parse only - -# pytype doesn't yet support aliases with implicit type parameters -# (e.g., here, FutureT = Future[T]) -stdlib/3/asyncio/tasks.pyi