mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
also run pytype tests for Python 3 modules (#1278)
This commit is contained in:
committed by
Jelle Zijlstra
parent
c19e266dcf
commit
d7d27647a9
@@ -70,7 +70,7 @@ def pytype_test(args):
|
||||
print("Cannot run pytd. Did you install pytype?")
|
||||
return 0, 0
|
||||
|
||||
wanted = re.compile(r"stdlib/(2|2\.7|2and3)/.*\.pyi$")
|
||||
wanted = re.compile(r"stdlib/.*\.pyi$")
|
||||
skipped = re.compile("(%s)$" % "|".join(load_blacklist()))
|
||||
files = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user