File tree Expand file tree Collapse file tree 1 file changed +8
-19
lines changed Expand file tree Collapse file tree 1 file changed +8
-19
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ jobs:
112
112
python : " 3.10"
113
113
os : windows-latest
114
114
tox_env : " py310-pluggymain-pylib-xdist"
115
+ xfail : true
115
116
116
117
- name : " windows-py310-xdist"
117
118
python : " 3.10"
@@ -132,6 +133,7 @@ jobs:
132
133
python : " 3.13"
133
134
os : windows-latest
134
135
tox_env : " py313"
136
+ xfail : true
135
137
136
138
- name : " windows-py314"
137
139
python : " 3.14"
@@ -167,11 +169,13 @@ jobs:
167
169
python : " 3.10"
168
170
os : ubuntu-latest
169
171
tox_env : " py310-pluggymain-pylib-xdist"
172
+ xfail : true
170
173
171
174
- name : " ubuntu-py310-freeze"
172
175
python : " 3.10"
173
176
os : ubuntu-latest
174
177
tox_env : " py310-freeze"
178
+ xfail : true
175
179
176
180
- name : " ubuntu-py310-xdist"
177
181
python : " 3.10"
@@ -195,6 +199,7 @@ jobs:
195
199
os : ubuntu-latest
196
200
tox_env : " py313-pexpect"
197
201
use_coverage : true
202
+ xfail : true
198
203
199
204
- name : " ubuntu-py314"
200
205
python : " 3.14"
@@ -212,6 +217,7 @@ jobs:
212
217
python : " 3.10"
213
218
os : macos-latest
214
219
tox_env : " py310-xdist"
220
+ xfail : true
215
221
216
222
- name : " macos-py312"
217
223
python : " 3.12"
@@ -222,6 +228,7 @@ jobs:
222
228
python : " 3.13"
223
229
os : macos-latest
224
230
tox_env : " py313-xdist"
231
+ xfail : true
225
232
226
233
- name : " macos-py314"
227
234
python : " 3.14"
@@ -240,25 +247,7 @@ jobs:
240
247
tox_env : " doctesting"
241
248
use_coverage : true
242
249
243
- continue-on-error : >-
244
- ${{
245
- contains(
246
- fromJSON(
247
- '[
248
- "windows-py310-pluggy",
249
- "windows-py313",
250
- "ubuntu-py310-pluggy",
251
- "ubuntu-py310-freeze",
252
- "ubuntu-py313",
253
- "macos-py310",
254
- "macos-py313"
255
- ]'
256
- ),
257
- matrix.name
258
- )
259
- && true
260
- || false
261
- }}
250
+ continue-on-error : ${{ matrix.xfail && true || false }}
262
251
263
252
steps :
264
253
- uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments