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