[Updated] D10462: heptapod-ci: enable pytype checking
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Fri May 14 19:09:27 UTC 2021
Closed by commit rHGe917fa36fb58: heptapod-ci: enable pytype checking (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D10462?vs=27151&id=27916
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D10462/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D10462
AFFECTED FILES
contrib/heptapod-ci.yml
CHANGE DETAILS
diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml
+++ b/contrib/heptapod-ci.yml
@@ -125,3 +125,17 @@
PYTHON: python3
RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt --chg"
TEST_HGMODULEPOLICY: "c"
+
+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}'`
+ - cd /tmp/mercurial-ci/
+ - make local PYTHON=$PYTHON
+ - $PYTHON -m pip install --user -U pytype==2021.04.15
+ variables:
+ RUNTEST_ARGS: " --allow-slow-tests tests/test-check-pytype.t"
+ PYTHON: python3
+ TEST_HGMODULEPOLICY: "c"
To: mharbison72, #hg-reviewers, Alphare, pulkit
Cc: marmoute, Alphare, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210514/426ccadf/attachment.html>
More information about the Mercurial-patches
mailing list