From 5799b8dfcf29b350e35ab6535bd3553b1363cab4 Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Wed, 8 May 2019 23:18:08 -0400 Subject: [PATCH] Unblacklist more third_party stubs from pytype parsing. (#2975) --- requirements-tests-py3.txt | 2 +- tests/pytype_blacklist.txt | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/requirements-tests-py3.txt b/requirements-tests-py3.txt index 6f02befe5..e3f13a8d5 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.5.6 +pytype>=2019.5.8 diff --git a/tests/pytype_blacklist.txt b/tests/pytype_blacklist.txt index cf01d3e00..39b00edfd 100644 --- a/tests/pytype_blacklist.txt +++ b/tests/pytype_blacklist.txt @@ -10,11 +10,6 @@ stdlib/3/typing.pyi # third_party stubs with constructs that pytype doesn't yet support: third_party/2/fb303/FacebookService.pyi third_party/2/scribe/scribe.pyi -third_party/2/tornado/gen.pyi -third_party/2/tornado/httpserver.pyi -third_party/2/tornado/httputil.pyi -third_party/2/tornado/web.pyi -third_party/2and3/Crypto/Protocol/KDF.pyi third_party/2and3/attr/__init__.pyi third_party/2and3/attr/converters.pyi third_party/2and3/attr/filters.pyi @@ -57,9 +52,4 @@ third_party/2and3/google/protobuf/unittest_pb2.pyi third_party/2and3/google/protobuf/unittest_proto3_arena_pb2.pyi third_party/2and3/google/protobuf/util/json_format_proto3_pb2.pyi third_party/2and3/google/protobuf/wrappers_pb2.pyi -third_party/2and3/pymysql/__init__.pyi -third_party/2and3/pymysql/connections.pyi -third_party/2and3/pymysql/converters.pyi -third_party/2and3/pymysql/cursors.pyi -third_party/2and3/pymysql/err.pyi third_party/2and3/pynamodb/models.pyi