# HG changeset patch # User Matt Harbison # Date 2021-08-09 04:49:50 # Node ID 9261326dd0326684000088ab3db429f10b313c28 # Parent 83235fb50e1c85c5c29ab63df7cbe040a7629c56 ci: run --pyoxidized tests on Windows They still have numerous failure, but at least we can start fixing them now. Differential Revision: https://phab.mercurial-scm.org/D11278 diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -176,3 +176,13 @@ windows-py3: TEST_HGMODULEPOLICY: "c" RUNTEST_ARGS: "--blacklist C:/Temp/check-tests.txt" PYTHON: py -3 + +windows-py3-pyox: + <<: *windows_runtests + when: manual + tags: + - windows + variables: + TEST_HGMODULEPOLICY: "c" + RUNTEST_ARGS: "--blacklist C:/Temp/check-tests.txt --pyoxidized" + PYTHON: py -3