##// END OF EJS Templates
heptapod-ci: enable pytype checking...
Matt Harbison -
r47951:e917fa36 stable
parent child Browse files
Show More
@@ -125,3 +125,17 b' test-py3-chg:'
125 PYTHON: python3
125 PYTHON: python3
126 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt --chg"
126 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt --chg"
127 TEST_HGMODULEPOLICY: "c"
127 TEST_HGMODULEPOLICY: "c"
128
129 check-pytype-py3:
130 extends: .runtests_template
131 when: manual
132 before_script:
133 - hg clone . /tmp/mercurial-ci/ --noupdate --config phases.publish=no
134 - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'`
135 - cd /tmp/mercurial-ci/
136 - make local PYTHON=$PYTHON
137 - $PYTHON -m pip install --user -U pytype==2021.04.15
138 variables:
139 RUNTEST_ARGS: " --allow-slow-tests tests/test-check-pytype.t"
140 PYTHON: python3
141 TEST_HGMODULEPOLICY: "c"
General Comments 0
You need to be logged in to leave comments. Login now