Mercurial > hg-stable
changeset 47791:6c86f96042c9 stable
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
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Mon, 02 Aug 2021 16:23:45 +0200 |
parents | 60ccc86a12f3 |
children | 16c60e90a496 |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}'`