tests/test-check-pytype.t
changeset 48517 3444e0b39c30
parent 48516 79b904313357
child 48518 dcdecec401ca
equal deleted inserted replaced
48516:79b904313357 48517:3444e0b39c30
     9 endeavor to empty this list out over time, as some of these are
     9 endeavor to empty this list out over time, as some of these are
    10 probably hiding real problems.
    10 probably hiding real problems.
    11 
    11 
    12 mercurial/bundlerepo.py       # no vfs and ui attrs on bundlerepo
    12 mercurial/bundlerepo.py       # no vfs and ui attrs on bundlerepo
    13 mercurial/chgserver.py        # [attribute-error]
    13 mercurial/chgserver.py        # [attribute-error]
    14 mercurial/cmdutil.py          # No attribute 'markcopied' on mercurial.context.filectx [attribute-error]
       
    15 mercurial/context.py          # many [attribute-error]
    14 mercurial/context.py          # many [attribute-error]
    16 mercurial/crecord.py          # tons of [attribute-error], [module-attr]
    15 mercurial/crecord.py          # tons of [attribute-error], [module-attr]
    17 mercurial/debugcommands.py    # [wrong-arg-types]
    16 mercurial/debugcommands.py    # [wrong-arg-types]
    18 mercurial/dispatch.py         # initstdio: No attribute ... on TextIO [attribute-error]
    17 mercurial/dispatch.py         # initstdio: No attribute ... on TextIO [attribute-error]
    19 mercurial/exchange.py         # [attribute-error]
    18 mercurial/exchange.py         # [attribute-error]
    52 development, but may be a hinderance for CI testing.
    51 development, but may be a hinderance for CI testing.
    53 
    52 
    54   $ pytype -V 3.6 --keep-going --jobs auto mercurial \
    53   $ pytype -V 3.6 --keep-going --jobs auto mercurial \
    55   >    -x mercurial/bundlerepo.py \
    54   >    -x mercurial/bundlerepo.py \
    56   >    -x mercurial/chgserver.py \
    55   >    -x mercurial/chgserver.py \
    57   >    -x mercurial/cmdutil.py \
       
    58   >    -x mercurial/context.py \
    56   >    -x mercurial/context.py \
    59   >    -x mercurial/crecord.py \
    57   >    -x mercurial/crecord.py \
    60   >    -x mercurial/debugcommands.py \
    58   >    -x mercurial/debugcommands.py \
    61   >    -x mercurial/dispatch.py \
    59   >    -x mercurial/dispatch.py \
    62   >    -x mercurial/exchange.py \
    60   >    -x mercurial/exchange.py \