# HG changeset patch # User Matt Harbison # Date 1628484590 14400 # 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 -r 83235fb50e1c -r 9261326dd032 contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Tue Aug 10 12:56:32 2021 +0200 +++ b/contrib/heptapod-ci.yml Mon Aug 09 00:49:50 2021 -0400 @@ -176,3 +176,13 @@ 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