changeset 52131:2dce4c01cec1

tests: enable pytype checking on `mercurial/wireprotov1peer.py`
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 25 Oct 2024 23:46:20 -0400
parents 8b791764fc52
children e08c878b5571
files contrib/check-pytype.sh
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/check-pytype.sh	Fri Oct 25 23:45:05 2024 -0400
+++ b/contrib/check-pytype.sh	Fri Oct 25 23:46:20 2024 -0400
@@ -61,7 +61,6 @@
 # mercurial/repoview.py         # [attribute-error]
 # mercurial/testing/storage.py  # tons of [attribute-error]
 # mercurial/win32.py            # [not-callable]
-# mercurial/wireprotov1peer.py  # [attribute-error]
 # mercurial/wireprotov1server.py  # BUG?: BundleValueError handler accesses subclass's attrs
 
 # TODO: use --no-cache on test server?  Caching the files locally helps during
@@ -117,7 +116,6 @@
     -x mercurial/testing/storage.py \
     -x mercurial/thirdparty \
     -x mercurial/win32.py \
-    -x mercurial/wireprotov1peer.py \
     -x mercurial/wireprotov1server.py
 
 if find .pytype/pyi -name '*.pyi' | xargs grep -ql '# Caught error'; then