Replace pytest-parallel with pytest-xdist

This commit is contained in:
Jeremy Singer-Vine
2025-12-29 19:09:45 +01:00
parent a28150134c
commit 45a3530090
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
- name: Run tests
run: |
python -m pytest --workers auto
python -m pytest -n auto
python -m coverage html
- name: Upload code coverage
+1 -1
View File
@@ -8,7 +8,7 @@ pandas-stubs>=2.2.2.240805
pandas>=2.2.2
py==1.11.0
pytest-cov==5.0.0
pytest-parallel==0.1.1
pytest-xdist==3.8.0
pytest==8.3.2
setuptools>=78.1.1
types-Pillow==10.2.0.20240520