diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index bf298797594..cf5512ae5bc 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -142,7 +142,6 @@ jobs: pytest-doctestplus pytest-mpl pytest-rerunfailures - pytest-xdist # Download cached remote files (artifacts) from GitHub - name: Download remote data from GitHub @@ -165,7 +164,7 @@ jobs: # Run the regular tests - name: Run tests - run: make test PYTEST_EXTRA="-r P -n auto --reruns 2" + run: make test PYTEST_EXTRA="-r P --reruns 2" # Upload diff images on test failure - name: Upload diff images if any test fails diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 4491a2ec903..5191abe757d 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -153,7 +153,7 @@ jobs: --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \ numpy pandas xarray netCDF4 packaging \ build contextily dvc geopandas ipython pyarrow rioxarray \ - pytest pytest-cov pytest-doctestplus pytest-mpl pytest-rerunfailures pytest-xdist\ + pytest pytest-cov pytest-doctestplus pytest-mpl pytest-rerunfailures \ sphinx-gallery # Show installed pkg information for postmortem diagnostic @@ -181,7 +181,7 @@ jobs: # Run the tests - name: Test with pytest - run: make test PYTEST_EXTRA="-r P -n auto --reruns 2" + run: make test PYTEST_EXTRA="-r P --reruns 2" env: GMT_LIBRARY_PATH: ${{ runner.temp }}/gmt-install-dir/lib