From 45a3530090d67718eac2a416a4eb8846db70f593 Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Mon, 29 Dec 2025 19:09:45 +0100 Subject: [PATCH] Replace pytest-parallel with pytest-xdist --- .github/workflows/tests.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 15c691a..f16aa58 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt index 45ea5e0..4e30642 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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