@@ -121,14 +121,13 @@ jobs:
121
121
run :
122
122
uv pip install
123
123
-e.[test,test-meta,test-numpy,test-schema,test-hatchling,wheels,cov,wheel-free-setuptools]
124
- pytest-xdist --system
124
+ --system
125
125
126
126
- name : Install package (pip)
127
127
if : matrix.python-version == 'pypy-3.8'
128
128
run :
129
129
pip install
130
130
-e.[test,test-meta,test-numpy,test-schema,wheels,cov,wheel-free-setuptools]
131
- pytest-xdist
132
131
133
132
- name : Test package
134
133
if : " !contains(matrix.python_version, 'pypy')"
@@ -203,7 +202,7 @@ jobs:
203
202
run : pip list
204
203
205
204
- name : Test min package
206
- run : pytest -ra --showlocals -Wdefault
205
+ run : pytest -n auto - ra --showlocals -Wdefault
207
206
208
207
manylinux :
209
208
name : Manylinux on 🐍 3.13 • Free-threaded
@@ -247,7 +246,7 @@ jobs:
247
246
248
247
- name : Test package
249
248
run :
250
- python3.9 -m pytest -ra --showlocals -m "not virtualenv"
249
+ python3.9 -m pytest -n auto - ra --showlocals -m "not virtualenv"
251
250
--durations=20
252
251
253
252
msys :
@@ -280,7 +279,7 @@ jobs:
280
279
281
280
- name : Test package
282
281
run : >-
283
- python -m pytest -ra --showlocals -m "not broken_on_urct"
282
+ python -m pytest -n auto - ra --showlocals -m "not broken_on_urct"
284
283
--durations=20
285
284
286
285
mingw64 :
@@ -313,7 +312,8 @@ jobs:
313
312
314
313
- name : Test package
315
314
run : >-
316
- python -m pytest -ra --showlocals -m "not setuptools" --durations=20
315
+ python -m pytest -n auto -ra --showlocals -m "not setuptools"
316
+ --durations=20
317
317
env :
318
318
SETUPTOOLS_USE_DISTUTILS : " local"
319
319
0 commit comments