File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 86
86
87
87
# Run the doctests
88
88
- name : Run doctests
89
- run : make doctest PYTEST_EXTRA="-r P --color=yes "
89
+ run : make doctest PYTEST_EXTRA="-r P"
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
158
158
# Run the regular tests
159
159
- name : Run tests
160
- run : make test PYTEST_EXTRA="-r P -n auto --reruns 2 --color=yes "
160
+ run : make test PYTEST_EXTRA="-r P -n auto --reruns 2"
161
161
162
162
# Upload diff images on test failure
163
163
- name : Upload diff images if any test fails
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173
173
174
174
# Run the tests
175
175
- name : Test with pytest
176
- run : make test PYTEST_EXTRA="-r P -n auto --reruns 2 --color=yes "
176
+ run : make test PYTEST_EXTRA="-r P -n auto --reruns 2"
177
177
env :
178
178
GMT_LIBRARY_PATH : ${{ runner.temp }}/gmt-install-dir/lib
179
179
Original file line number Diff line number Diff line change @@ -100,4 +100,4 @@ jobs:
100
100
101
101
# Run the tests but skip images
102
102
- name : Run tests
103
- run : make test_no_images PYTEST_EXTRA="-r P --color=yes "
103
+ run : make test_no_images PYTEST_EXTRA="-r P"
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ max-args=10
166
166
167
167
[tool .pytest .ini_options ]
168
168
minversion = " 6.0"
169
- addopts = " --verbose --durations=0 --durations-min=0.2 --doctest-modules --mpl --mpl-results-path=results"
169
+ addopts = " --verbose --color=yes -- durations=0 --durations-min=0.2 --doctest-modules --mpl --mpl-results-path=results"
170
170
markers = [
171
171
" benchmark: mark a test with custom benchmark settings." ,
172
172
]
You can’t perform that action at this time.
0 commit comments