heptapod-ci: enable pytype testing for all pipelines
Now that pytype agrees with the codebase, let's run it by default to catch
regressions.
Differential Revision: https://phab.mercurial-scm.org/D11242
--- a/contrib/heptapod-ci.yml Mon Aug 02 16:21:54 2021 +0200
+++ b/contrib/heptapod-ci.yml Mon Aug 02 16:23:45 2021 +0200
@@ -128,7 +128,6 @@
check-pytype-py3:
extends: .runtests_template
- when: manual
before_script:
- hg clone . /tmp/mercurial-ci/ --noupdate --config phases.publish=no
- hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'`