Mercurial > hg
changeset 48489:12a43f857a11
pytype: stop excluding pycompat.py
Whatever issues were here seem to have been previously fixed.
Differential Revision: https://phab.mercurial-scm.org/D11929
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 14 Dec 2021 18:36:07 -0500 |
parents | f8540fe4be0f |
children | 81805bba11f9 |
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 Tue Dec 14 17:29:30 2021 -0500 +++ b/tests/test-check-pytype.t Tue Dec 14 18:36:07 2021 -0500 @@ -26,7 +26,6 @@ mercurial/minirst.py # [unsupported-operands], [attribute-error] mercurial/pure/osutil.py # [invalid-typevar], [not-callable] mercurial/pure/parsers.py # [attribute-error] -mercurial/pycompat.py # bytes vs str issues mercurial/repoview.py # [attribute-error] mercurial/sslutil.py # [attribute-error] mercurial/testing/storage.py # tons of [attribute-error] @@ -60,7 +59,6 @@ > -x mercurial/minirst.py \ > -x mercurial/pure/osutil.py \ > -x mercurial/pure/parsers.py \ - > -x mercurial/pycompat.py \ > -x mercurial/repoview.py \ > -x mercurial/sslutil.py \ > -x mercurial/testing/storage.py \