File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ jobs:
142
142
pytest-doctestplus
143
143
pytest-mpl
144
144
pytest-rerunfailures
145
- pytest-xdist
146
145
147
146
# Download cached remote files (artifacts) from GitHub
148
147
- name : Download remote data from GitHub
@@ -165,7 +164,7 @@ jobs:
165
164
166
165
# Run the regular tests
167
166
- name : Run tests
168
- run : make test PYTEST_EXTRA="-r P -n auto - -reruns 2"
167
+ run : make test PYTEST_EXTRA="-r P --reruns 2"
169
168
170
169
# Upload diff images on test failure
171
170
- name : Upload diff images if any test fails
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
--extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
154
154
numpy pandas xarray netCDF4 packaging \
155
155
build contextily dvc geopandas ipython pyarrow rioxarray \
156
- pytest pytest-cov pytest-doctestplus pytest-mpl pytest-rerunfailures pytest-xdist \
156
+ pytest pytest-cov pytest-doctestplus pytest-mpl pytest-rerunfailures \
157
157
sphinx-gallery
158
158
159
159
# Show installed pkg information for postmortem diagnostic
@@ -181,7 +181,7 @@ jobs:
181
181
182
182
# Run the tests
183
183
- name : Test with pytest
184
- run : make test PYTEST_EXTRA="-r P -n auto - -reruns 2"
184
+ run : make test PYTEST_EXTRA="-r P --reruns 2"
185
185
env :
186
186
GMT_LIBRARY_PATH : ${{ runner.temp }}/gmt-install-dir/lib
187
187
You can’t perform that action at this time.
0 commit comments