changeset 51734:f1aeca014d80

tests: stop skipping `mercurial/pure/osutil.py` during pytype runs Not sure when the original issue(s) were fixed, but it works for me now.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 25 Jul 2024 15:56:04 -0400
parents e14ed26b72cb
children 76c44ae8862e
files contrib/check-pytype.sh
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/check-pytype.sh	Thu Jul 25 13:31:13 2024 -0400
+++ b/contrib/check-pytype.sh	Thu Jul 25 15:56:04 2024 -0400
@@ -56,7 +56,6 @@
 # mercurial/localrepo.py        # [attribute-error]
 # mercurial/manifest.py         # [unsupported-operands], [wrong-arg-types]
 # mercurial/minirst.py          # [unsupported-operands], [attribute-error]
-# mercurial/pure/osutil.py      # [invalid-typevar], [not-callable]
 # mercurial/pure/parsers.py     # [attribute-error]
 # mercurial/repoview.py         # [attribute-error]
 # mercurial/testing/storage.py  # tons of [attribute-error]
@@ -116,7 +115,6 @@
     -x mercurial/localrepo.py \
     -x mercurial/manifest.py \
     -x mercurial/minirst.py \
-    -x mercurial/pure/osutil.py \
     -x mercurial/pure/parsers.py \
     -x mercurial/repoview.py \
     -x mercurial/testing/storage.py \