Skip to content

Commit 41a0fe0

Browse files
authored
CI: Remove the pytest-xdist and pytest-rerunfailures plugins from the Benchmarks workflow (#3314)
1 parent f9a7aca commit 41a0fe0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ jobs:
6969
pytest
7070
pytest-codspeed
7171
pytest-mpl
72-
pytest-rerunfailures
73-
pytest-xdist
7472
7573
# Download cached remote files (artifacts) from GitHub
7674
- name: Download remote data from GitHub
@@ -93,4 +91,4 @@ jobs:
9391
with:
9492
# 'bash -el -c' is needed to use the custom shell.
9593
# See https://github.com/CodSpeedHQ/action/issues/65.
96-
run: bash -el -c "python -c \"import pygmt; pygmt.show_versions()\"; PYGMT_USE_EXTERNAL_DISPLAY=false python -m pytest -r P -n auto --reruns 2 --pyargs pygmt --codspeed"
94+
run: bash -el -c "python -c \"import pygmt; pygmt.show_versions()\"; PYGMT_USE_EXTERNAL_DISPLAY=false python -m pytest -r P --pyargs pygmt --codspeed"

0 commit comments

Comments
 (0)