Skip to content

Commit cd697b6

Browse files
committed
Windows is not supported in CI
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent b9b3389 commit cd697b6

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -54,27 +54,3 @@ jobs:
5454
python_versions: ['3.9', '3.10', '3.11', '3.12']
5555
test_suites:
5656
all: venv/bin/pytest -n 2 -vvs
57-
58-
- template: etc/ci/azure-win.yml
59-
parameters:
60-
job_name: win2019_cpython
61-
image_name: windows-2019
62-
python_versions: ['3.9', '3.10', '3.11', '3.12']
63-
test_suites:
64-
all: venv\Scripts\pytest -n 2 -vvs
65-
66-
- template: etc/ci/azure-win.yml
67-
parameters:
68-
job_name: win2022_cpython
69-
image_name: windows-2022
70-
python_versions: ['3.9', '3.10', '3.11', '3.12']
71-
test_suites:
72-
all: venv\Scripts\pytest -n 2 -vvs
73-
74-
- template: etc/ci/azure-win.yml
75-
parameters:
76-
job_name: win2025_cpython
77-
image_name: windows-2025
78-
python_versions: ['3.9', '3.10', '3.11', '3.12']
79-
test_suites:
80-
all: venv\Scripts\pytest -n 2 -vvs

0 commit comments

Comments
 (0)