# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 2020-12-12 09:57:58 # 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 --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -114,3 +114,10 @@ test-py2-chg: 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"