Skip to content

Commit 395265b

Browse files
trim blacklist (#370)
Remove files that now work with pytype from blacklist.
1 parent 8ef221c commit 395265b

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

tests/pytype_blacklist.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
# Pytype blacklist. Files will not be tested with pytype.
22

33
2.7/Cookie.pyi
4-
2.7/SocketServer.pyi
54
2.7/StringIO.pyi
65
2.7/__builtin__.pyi
7-
2.7/__future__.pyi
86
2.7/argparse.pyi
97
2.7/builtins.pyi
108
2.7/calendar.pyi
119
2.7/codecs.pyi
12-
2.7/collections.pyi
13-
2.7/csv.pyi
1410
2.7/email/utils.pyi
1511
2.7/functools.pyi
1612
2.7/inspect.pyi
@@ -23,10 +19,8 @@
2319
2.7/socket.pyi
2420
2.7/sqlite3/dbapi2.pyi
2521
2.7/ssl.pyi
26-
2.7/subprocess.pyi
2722
2.7/threading.pyi
2823
2.7/time.pyi
29-
2.7/token.pyi
3024
2.7/types.pyi
3125
2.7/typing.pyi
3226
2.7/unittest.pyi
@@ -45,18 +39,5 @@
4539
2and3/webbrowser.pyi
4640

4741
# These cause problems for different reasons from above
48-
2.7/_functools.pyi
49-
2.7/array.pyi
50-
2.7/ast.pyi
51-
2.7/encodings/utf_8.pyi
52-
2.7/fcntl.pyi
53-
2.7/itertools.pyi
54-
2.7/json.pyi
55-
2.7/multiprocessing/process.pyi
56-
2.7/pickle.pyi
57-
2.7/tempfile.pyi
5842
2and3/argparse.pyi
59-
2and3/bz2.pyi
60-
61-
# fail because of conditionals pytype#28
6243
2and3/zipfile.pyi

0 commit comments

Comments
 (0)