@@ -121,14 +121,13 @@ jobs:
121121 run :
122122 uv pip install
123123 -e.[test,test-meta,test-numpy,test-schema,test-hatchling,wheels,cov,wheel-free-setuptools]
124- pytest-xdist --system
124+ --system
125125
126126 - name : Install package (pip)
127127 if : matrix.python-version == 'pypy-3.8'
128128 run :
129129 pip install
130130 -e.[test,test-meta,test-numpy,test-schema,wheels,cov,wheel-free-setuptools]
131- pytest-xdist
132131
133132 - name : Test package
134133 if : " !contains(matrix.python_version, 'pypy')"
@@ -203,7 +202,7 @@ jobs:
203202 run : pip list
204203
205204 - name : Test min package
206- run : pytest -ra --showlocals -Wdefault
205+ run : pytest -n auto - ra --showlocals -Wdefault
207206
208207 manylinux :
209208 name : Manylinux on 🐍 3.13 • Free-threaded
@@ -247,7 +246,7 @@ jobs:
247246
248247 - name : Test package
249248 run :
250- python3.9 -m pytest -ra --showlocals -m "not virtualenv"
249+ python3.9 -m pytest -n auto - ra --showlocals -m "not virtualenv"
251250 --durations=20
252251
253252 msys :
@@ -280,7 +279,7 @@ jobs:
280279
281280 - name : Test package
282281 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"
284283 --durations=20
285284
286285 mingw64 :
@@ -313,7 +312,8 @@ jobs:
313312
314313 - name : Test package
315314 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
317317 env :
318318 SETUPTOOLS_USE_DISTUTILS : " local"
319319
0 commit comments