Skip to content

Commit

Permalink
CI: Remove the pytest-xdist plugin from the "Tests" and "Dev Tests" w…
Browse files Browse the repository at this point in the history
…orkflows
  • Loading branch information
seisman committed Nov 25, 2024
1 parent 8ed79dc commit 7d3ed8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7d3ed8b

Please sign in to comment.