changeset 6647:15ba756c5d28

ci: use v2.0 images and newer pytype
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 04 Jan 2024 14:52:47 -0300
parents f8ae37ff5bfb
children 9ceca9a4fb52
files .gitlab-ci.yml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.gitlab-ci.yml	Tue Dec 26 14:55:35 2023 -0300
+++ b/.gitlab-ci.yml	Thu Jan 04 14:52:47 2024 -0300
@@ -7,13 +7,13 @@
     - echo testing with mercurial branch="$hg_branch", revision="$hg_rev"
 
 pytype:
-    image: registry.heptapod.net/mercurial/ci-images/py3-hgext3rd
+    image: registry.heptapod.net/mercurial/ci-images/py3-hgext3rd:v2.0
     script:
         - *prepare_hg
         - hg clone /ci/repos/mercurial/ /tmp/mercurial-ci/ --noupdate --config phases.publish=no
         - hg -R /tmp/mercurial-ci/ update "$hg_rev"
         - make -C /tmp/mercurial-ci/ local PYTHON=$PYTHON
-        - $PYTHON -m pip install --user -U libcst==0.3.20 pytype==2022.11.18
+        - $PYTHON -m pip install --user --break-system-packages --upgrade pytype==2023.11.21
         - (cd /tmp/mercurial-ci/ && ./contrib/setup-pytype.sh)
         - pytype --version
         - pytype --keep-going --jobs auto -P /tmp/mercurial-ci/:hgext3rd hgext3rd || true