ci: run --pyoxidized tests on Windows stable
authorMatt Harbison <matt_harbison@yahoo.com>
Mon, 09 Aug 2021 00:49:50 -0400
branchstable
changeset 47827 9261326dd032
parent 47826 83235fb50e1c
child 47828 3712c0ee9e9c
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
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