From 9dbe7f348ffd70af2884da451f53b35361ce5364 Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Wed, 16 Sep 2020 20:46:27 -0700 Subject: [PATCH] Update pytype to a version that can parse six. (#4546) --- requirements-tests-py3.txt | 2 +- tests/pytype_exclude_list.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements-tests-py3.txt b/requirements-tests-py3.txt index c0a5f096b..411986915 100644 --- a/requirements-tests-py3.txt +++ b/requirements-tests-py3.txt @@ -5,4 +5,4 @@ flake8==3.8.3 flake8-bugbear==20.1.4 flake8-pyi==20.5.0 isort[pyproject]==5.1.1 -pytype>=2020.09.14 +pytype>=2020.09.16 diff --git a/tests/pytype_exclude_list.txt b/tests/pytype_exclude_list.txt index f066c18d8..8641d4e6b 100644 --- a/tests/pytype_exclude_list.txt +++ b/tests/pytype_exclude_list.txt @@ -15,5 +15,3 @@ third_party/2and3/attr/converters.pyi third_party/2and3/attr/filters.pyi third_party/2and3/attr/validators.pyi third_party/2and3/pynamodb/models.pyi -third_party/3/six/__init__.pyi -third_party/3/six/moves/__init__.pyi