From 1379fdcdd97666271f2ea7c84d89b9d1e926dc18 Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Mon, 6 May 2019 21:59:12 -0400 Subject: [PATCH] Remove some files from pytype's third_party blacklist. (#2962) Removes files that are parseable with the most recent release. --- 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 952e4aaa9..6f02befe5 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.4.2.1 +pytype>=2019.5.6 diff --git a/tests/pytype_blacklist.txt b/tests/pytype_blacklist.txt index 4199e9b88..774185196 100644 --- a/tests/pytype_blacklist.txt +++ b/tests/pytype_blacklist.txt @@ -106,13 +106,3 @@ third_party/2and3/pymysql/converters.pyi third_party/2and3/pymysql/cursors.pyi third_party/2and3/pymysql/err.pyi third_party/2and3/pynamodb/models.pyi -third_party/2and3/requests/__init__.pyi -third_party/2and3/requests/adapters.pyi -third_party/2and3/requests/api.pyi -third_party/2and3/requests/auth.pyi -third_party/2and3/requests/models.pyi -third_party/2and3/requests/packages/urllib3/__init__.pyi -third_party/2and3/requests/packages/urllib3/connectionpool.pyi -third_party/2and3/requests/sessions.pyi -third_party/2and3/werkzeug/__init__.pyi -third_party/2and3/werkzeug/urls.pyi