Clean out the pytype blacklist (#1667)

This commit is contained in:
Martin DeMello
2017-10-24 10:38:34 -07:00
committed by Matthias Kramm
parent 9e76d44b09
commit 817c270c32
6 changed files with 17 additions and 47 deletions

View File

@@ -8,39 +8,6 @@ stdlib/2/typing.pyi
stdlib/3/builtins.pyi
stdlib/3/typing.pyi
# pytype doesn't yet support "# type: ignore" after decorators, sometimes
# used when overriding methods, especially those inherited from container
# abstract base classes:
stdlib/3/array.pyi
# Because of 'from . import path':
stdlib/2/os/__init__.pyi
stdlib/3/os/__init__.pyi
# We've not been running the pytype tests under Python 3, for quite a while.
# The below are files that have regressed and need fixing:
stdlib/3/collections/__init__.pyi
stdlib/3/collections/abc.pyi
stdlib/3/concurrent/futures/__init__.pyi
stdlib/3/concurrent/futures/_base.pyi
stdlib/3/concurrent/futures/process.pyi
stdlib/3/concurrent/futures/thread.pyi
stdlib/3/http/__init__.pyi
stdlib/3/http/cookiejar.pyi
stdlib/3/inspect.pyi
stdlib/3/json/__init__.pyi
stdlib/3/ssl.pyi
stdlib/3/subprocess.pyi
stdlib/3/sys.pyi
stdlib/3/textwrap.pyi
stdlib/3/time.pyi
stdlib/3/types.pyi
stdlib/3/unittest/__init__.pyi
stdlib/3/wsgiref/types.pyi
stdlib/3.4/asyncio/events.pyi
stdlib/3.4/asyncio/futures.pyi
stdlib/3.4/asyncio/locks.pyi
stdlib/3.4/asyncio/queues.pyi
stdlib/3.4/asyncio/streams.pyi
stdlib/3.4/asyncio/subprocess.pyi
# pytype doesn't yet support aliases with implicit type parameters
# (e.g., here, FutureT = Future[T])
stdlib/3.4/asyncio/tasks.pyi