# HG changeset patch # User Raphaël Gomès # Date 1721659778 -7200 # Node ID bd1483fd70884a1e272b07f01086d6ea58374afb # Parent 8f0b0df790394f5ea890dfe664b40521ef5b9dbb Latest image and pytype fix diff -r 8f0b0df79039 -r bd1483fd7088 contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Mon Jul 22 14:42:54 2024 +0200 +++ b/contrib/heptapod-ci.yml Mon Jul 22 16:49:38 2024 +0200 @@ -22,7 +22,7 @@ stages: - tests -image: registry.heptapod.net/mercurial/ci-images/mercurial-core@sha256:0e75333b941efb5cfe81543e97fb15931fa7b6eb5d8f5e4d5dbdf1df008a4a94 +image: registry.heptapod.net/mercurial/ci-images/mercurial-core@sha256:dc95edf69e2f9baee0eba74a92514b0d6852b98aba48495831a81a495f58c1e7 variables: PYTHON: python @@ -111,7 +111,6 @@ - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'` - cd /tmp/mercurial-ci/ - make local PYTHON=$PYTHON - - $PYTHON -m pip install --user -U libcst==0.3.20 pytype==2022.11.18 - ./contrib/setup-pytype.sh script: - echo "Entering script section"