##// END OF EJS Templates
pytype: drop py3.6 support...
Matt Harbison -
r49883:455dce34 default
parent child Browse files
Show More
@@ -30,7 +30,6 b' mercurial/repoview.py # [attribu'
30 30 mercurial/testing/storage.py # tons of [attribute-error]
31 31 mercurial/ui.py # [attribute-error], [wrong-arg-types]
32 32 mercurial/unionrepo.py # ui, svfs, unfiltered [attribute-error]
33 mercurial/utils/memorytop.py # not 3.6 compatible
34 33 mercurial/win32.py # [not-callable]
35 34 mercurial/wireprotoframing.py # [unsupported-operands], [attribute-error], [import-error]
36 35 mercurial/wireprotov1peer.py # [attribute-error]
@@ -39,7 +38,7 b' mercurial/wireprotov1server.py # BUG?: '
39 38 TODO: use --no-cache on test server? Caching the files locally helps during
40 39 development, but may be a hinderance for CI testing.
41 40
42 $ pytype -V 3.6 --keep-going --jobs auto mercurial \
41 $ pytype -V 3.7 --keep-going --jobs auto mercurial \
43 42 > -x mercurial/bundlerepo.py \
44 43 > -x mercurial/context.py \
45 44 > -x mercurial/crecord.py \
@@ -62,7 +61,6 b' development, but may be a hinderance for'
62 61 > -x mercurial/thirdparty \
63 62 > -x mercurial/ui.py \
64 63 > -x mercurial/unionrepo.py \
65 > -x mercurial/utils/memorytop.py \
66 64 > -x mercurial/win32.py \
67 65 > -x mercurial/wireprotoframing.py \
68 66 > -x mercurial/wireprotov1peer.py \
General Comments 0
You need to be logged in to leave comments. Login now