From e60c3de9542968ac9ea0c9482224e4b930ee9e53 Mon Sep 17 00:00:00 2001 From: Alvaro Caceres Date: Tue, 2 Aug 2016 09:45:46 -0500 Subject: [PATCH] Update pytype blacklist. (#430) Broke travis with recent pytype push --- tests/pytype_blacklist.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/pytype_blacklist.txt b/tests/pytype_blacklist.txt index efda8fb48..b29d9dc21 100644 --- a/tests/pytype_blacklist.txt +++ b/tests/pytype_blacklist.txt @@ -1,13 +1,17 @@ # Pytype blacklist. Files will not be tested with pytype. 2.7/__builtin__.pyi +2.7/StringIO.pyi 2.7/builtins.pyi 2.7/codecs.pyi 2.7/inspect.pyi +2.7/pydoc.pyi 2.7/types.pyi 2.7/typing.pyi 2.7/unittest.pyi +2.7/xml/dom/minidom.pyi 2and3/argparse.pyi 2and3/logging/handlers.pyi 2and3/logging/__init__.pyi +2and3/mmap.pyi 2and3/webbrowser.pyi