Mercurial > hg-stable
changeset 48517:3444e0b39c30
pytype: stop excluding cmdutil.py
Whatever was broken here seems to have been previously fixed.
Differential Revision: https://phab.mercurial-scm.org/D11917
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Mon, 13 Dec 2021 00:25:38 -0500 |
parents | 79b904313357 |
children | dcdecec401ca |
files | tests/test-check-pytype.t |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-check-pytype.t Mon Dec 13 00:04:53 2021 -0500 +++ b/tests/test-check-pytype.t Mon Dec 13 00:25:38 2021 -0500 @@ -11,7 +11,6 @@ mercurial/bundlerepo.py # no vfs and ui attrs on bundlerepo mercurial/chgserver.py # [attribute-error] -mercurial/cmdutil.py # No attribute 'markcopied' on mercurial.context.filectx [attribute-error] mercurial/context.py # many [attribute-error] mercurial/crecord.py # tons of [attribute-error], [module-attr] mercurial/debugcommands.py # [wrong-arg-types] @@ -54,7 +53,6 @@ $ pytype -V 3.6 --keep-going --jobs auto mercurial \ > -x mercurial/bundlerepo.py \ > -x mercurial/chgserver.py \ - > -x mercurial/cmdutil.py \ > -x mercurial/context.py \ > -x mercurial/crecord.py \ > -x mercurial/debugcommands.py \