@@ -21,84 +21,84 @@ jobs:
21
21
image_name : ubuntu-24.04
22
22
python_versions : ['3.10']
23
23
test_suites :
24
- all : venv/bin/pytest -n 2 -vvs -m ' online'
24
+ all : venv/bin/pytest -n 2 -vvs -m " online"
25
25
26
26
- template : etc/ci/azure-win.yml
27
27
parameters :
28
28
job_name : online_win2022_cpython
29
29
image_name : windows-2022
30
30
python_versions : ['3.10']
31
31
test_suites :
32
- all : venv\Scripts\pytest -n 2 -vvs -m ' online'
32
+ all : venv\Scripts\pytest -n 2 -vvs -m " online"
33
33
34
34
- template : etc/ci/azure-posix.yml
35
35
parameters :
36
36
job_name : online_macos14_cpython
37
37
image_name : macOS-14
38
38
python_versions : ['3.10']
39
39
test_suites :
40
- all : venv/bin/pytest -n 2 -vvs -m ' online'
40
+ all : venv/bin/pytest -n 2 -vvs -m " online"
41
41
42
42
- template : etc/ci/azure-posix.yml
43
43
parameters :
44
44
job_name : ubuntu22_cpython
45
45
image_name : ubuntu-22.04
46
46
python_versions : ['3.9', '3.10', '3.11', '3.12']
47
47
test_suites :
48
- all : venv/bin/pytest -n 2 -vvs -m ' not online'
48
+ all : venv/bin/pytest -n 2 -vvs -m " not online"
49
49
50
50
- template : etc/ci/azure-posix.yml
51
51
parameters :
52
52
job_name : ubuntu24_cpython
53
53
image_name : ubuntu-24.04
54
54
python_versions : ['3.9', '3.10', '3.11', '3.12']
55
55
test_suites :
56
- all : venv/bin/pytest -n 2 -vvs -m ' not online'
56
+ all : venv/bin/pytest -n 2 -vvs -m " not online"
57
57
58
58
- template : etc/ci/azure-posix.yml
59
59
parameters :
60
60
job_name : macos13_cpython
61
61
image_name : macOS-13
62
62
python_versions : ['3.9', '3.10', '3.11', '3.12']
63
63
test_suites :
64
- all : venv/bin/pytest -n 2 -vvs -m ' not online'
64
+ all : venv/bin/pytest -n 2 -vvs -m " not online"
65
65
66
66
- template : etc/ci/azure-posix.yml
67
67
parameters :
68
68
job_name : macos14_cpython
69
69
image_name : macOS-14
70
70
python_versions : ['3.9', '3.10', '3.11', '3.12']
71
71
test_suites :
72
- all : venv/bin/pytest -n 2 -vvs -m ' not online'
72
+ all : venv/bin/pytest -n 2 -vvs -m " not online"
73
73
74
74
- template : etc/ci/azure-posix.yml
75
75
parameters :
76
76
job_name : macos15_cpython
77
77
image_name : macOS-15
78
78
python_versions : ['3.9', '3.10', '3.11', '3.12']
79
79
test_suites :
80
- all : venv/bin/pytest -n 2 -vvs -m ' not online'
80
+ all : venv/bin/pytest -n 2 -vvs -m " not online"
81
81
82
82
- template : etc/ci/azure-win.yml
83
83
parameters :
84
84
job_name : win2019_cpython
85
85
image_name : windows-2019
86
86
python_versions : ['3.9', '3.10', '3.11', '3.12']
87
87
test_suites :
88
- all : venv\Scripts\pytest -n 2 -vvs -m ' not online'
88
+ all : venv\Scripts\pytest -n 2 -vvs -m " not online"
89
89
90
90
- template : etc/ci/azure-win.yml
91
91
parameters :
92
92
job_name : win2022_cpython
93
93
image_name : windows-2022
94
94
python_versions : ['3.9', '3.10', '3.11', '3.12']
95
95
test_suites :
96
- all : venv\Scripts\pytest -n 2 -vvs -m ' not online'
96
+ all : venv\Scripts\pytest -n 2 -vvs -m " not online"
97
97
98
98
- template : etc/ci/azure-win.yml
99
99
parameters :
100
100
job_name : win2025_cpython
101
101
image_name : windows-2025
102
102
python_versions : ['3.9', '3.10', '3.11', '3.12']
103
103
test_suites :
104
- all : venv\Scripts\pytest -n 2 -vvs -m ' not online'
104
+ all : venv\Scripts\pytest -n 2 -vvs -m " not online"
0 commit comments