##// END OF EJS Templates
tests: enable pytype checking on `mercurial/wireprotov1peer.py`
Matt Harbison -
r53024:2dce4c01 default
parent child Browse files
Show More
@@ -61,7 +61,6 pytype --version
61 # mercurial/repoview.py # [attribute-error]
61 # mercurial/repoview.py # [attribute-error]
62 # mercurial/testing/storage.py # tons of [attribute-error]
62 # mercurial/testing/storage.py # tons of [attribute-error]
63 # mercurial/win32.py # [not-callable]
63 # mercurial/win32.py # [not-callable]
64 # mercurial/wireprotov1peer.py # [attribute-error]
65 # mercurial/wireprotov1server.py # BUG?: BundleValueError handler accesses subclass's attrs
64 # mercurial/wireprotov1server.py # BUG?: BundleValueError handler accesses subclass's attrs
66
65
67 # TODO: use --no-cache on test server? Caching the files locally helps during
66 # TODO: use --no-cache on test server? Caching the files locally helps during
@@ -117,7 +116,6 pytype --keep-going --jobs auto \
117 -x mercurial/testing/storage.py \
116 -x mercurial/testing/storage.py \
118 -x mercurial/thirdparty \
117 -x mercurial/thirdparty \
119 -x mercurial/win32.py \
118 -x mercurial/win32.py \
120 -x mercurial/wireprotov1peer.py \
121 -x mercurial/wireprotov1server.py
119 -x mercurial/wireprotov1server.py
122
120
123 if find .pytype/pyi -name '*.pyi' | xargs grep -ql '# Caught error'; then
121 if find .pytype/pyi -name '*.pyi' | xargs grep -ql '# Caught error'; then
General Comments 0
You need to be logged in to leave comments. Login now