# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 1607767078 -19800 # Node ID d109dda4a3e7bb1c6fa7de98b6872ddb80ec3827 # Parent 6383bb86b700b75d09565d739486d6c36854c5a9 contrib: run python3+chg tests too in heptapod CI Recent patches made the CI on python3+chg green. Let's enable this before there are more failures to fix. Differential Revision: https://phab.mercurial-scm.org/D9569 diff -r 6383bb86b700 -r d109dda4a3e7 contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Fri Dec 18 13:53:26 2020 +0530 +++ b/contrib/heptapod-ci.yml Sat Dec 12 15:27:58 2020 +0530 @@ -114,3 +114,10 @@ variables: RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt --chg" TEST_HGMODULEPOLICY: "c" + +test-py3-chg: + <<: *runtests + variables: + PYTHON: python3 + RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt --chg" + TEST_HGMODULEPOLICY: "c"