[Updated] D11913: pytype: stop excluding lsprof.py
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Fri Dec 17 11:10:07 UTC 2021
Closed by commit rHGabac7983d28e: pytype: stop excluding lsprof.py (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11913?vs=31470&id=31507
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11913/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11913
AFFECTED FILES
tests/test-check-pytype.t
CHANGE DETAILS
diff --git a/tests/test-check-pytype.t b/tests/test-check-pytype.t
--- a/tests/test-check-pytype.t
+++ b/tests/test-check-pytype.t
@@ -26,7 +26,6 @@
mercurial/interfaces # No attribute 'capabilities' on peer [attribute-error]
mercurial/keepalive.py # [attribute-error]
mercurial/localrepo.py # [attribute-error]
-mercurial/lsprof.py # unguarded import
mercurial/manifest.py # [unsupported-operands], [wrong-arg-types]
mercurial/minirst.py # [unsupported-operands], [attribute-error]
mercurial/patch.py # [wrong-arg-types]
@@ -71,7 +70,6 @@
> -x mercurial/interfaces \
> -x mercurial/keepalive.py \
> -x mercurial/localrepo.py \
- > -x mercurial/lsprof.py \
> -x mercurial/manifest.py \
> -x mercurial/minirst.py \
> -x mercurial/patch.py \
To: mharbison72, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211217/3ede403d/attachment-0002.html>
More information about the Mercurial-patches
mailing list