Submitter | phabricator |
---|---|
Date | Dec. 12, 2020, 10:32 a.m. |
Message ID | <differential-rev-PHID-DREV-z4fvbqpnaren2o4kymmh-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/47867/ |
State | Superseded |
Headers | show |
Comments
Patch
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 @@ 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"