##// END OF EJS Templates
tests: enable pytype checking on `mercurial/wireprotoframing.py`
Matt Harbison -
r53022:ff13068e 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/wireprotoframing.py # [unsupported-operands], [attribute-error], [import-error]
65 # mercurial/wireprotov1peer.py # [attribute-error]
64 # mercurial/wireprotov1peer.py # [attribute-error]
66 # mercurial/wireprotov1server.py # BUG?: BundleValueError handler accesses subclass's attrs
65 # mercurial/wireprotov1server.py # BUG?: BundleValueError handler accesses subclass's attrs
67
66
@@ -118,7 +117,6 pytype --keep-going --jobs auto \
118 -x mercurial/testing/storage.py \
117 -x mercurial/testing/storage.py \
119 -x mercurial/thirdparty \
118 -x mercurial/thirdparty \
120 -x mercurial/win32.py \
119 -x mercurial/win32.py \
121 -x mercurial/wireprotoframing.py \
122 -x mercurial/wireprotov1peer.py \
120 -x mercurial/wireprotov1peer.py \
123 -x mercurial/wireprotov1server.py
121 -x mercurial/wireprotov1server.py
124
122
General Comments 0
You need to be logged in to leave comments. Login now