File tree 2 files changed +8
-4
lines changed 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -183,10 +183,10 @@ jobs:
183
183
~/.cache/matplotlib
184
184
!~/.cache/matplotlib/tex.cache
185
185
!~/.cache/matplotlib/test_cache
186
- key : 4 -${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
186
+ key : 5 -${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
187
187
restore-keys : |
188
- 4 -${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
189
- 4 -${{ runner.os }}-py${{ matrix.python-version }}-mpl-
188
+ 5 -${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
189
+ 5 -${{ runner.os }}-py${{ matrix.python-version }}-mpl-
190
190
191
191
- name : Install Python dependencies
192
192
run : |
@@ -312,6 +312,7 @@ jobs:
312
312
- name : Run pytest
313
313
run : |
314
314
python -mpytest -raR -n auto \
315
+ --browser chromium --browser firefox --browser webkit \
315
316
--maxfail=50 --timeout=300 --durations=25 \
316
317
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
317
318
Original file line number Diff line number Diff line change @@ -155,7 +155,10 @@ stages:
155
155
displayName : ' print pip'
156
156
157
157
- bash : |
158
- PYTHONFAULTHANDLER=1 python -m pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
158
+ PYTHONFAULTHANDLER=1 python -m pytest \
159
+ --junitxml=junit/test-results.xml -raR -n 2 \
160
+ --browser chromium --browser firefox --browser webkit \
161
+ --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib ||
159
162
[[ "$PYTHON_VERSION" = 'Pre' ]]
160
163
displayName: 'pytest'
161
164
You can’t perform that action at this time.
0 commit comments