# HG changeset patch # User Raphaël Gomès # Date 2021-08-02 14:23:45 # Node ID 6c86f96042c93dfe4c91fd5ffcc71110614febe9 # Parent 60ccc86a12f31428c5f91021dd75650cefc9ea5c 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 diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -128,7 +128,6 @@ test-py3-chg: 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}'`