Skip to content

Commit cf5245d

Browse files
committed
Expand CI pytest reporting config to ignore xfails
1 parent 897dd0a commit cf5245d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ environment:
2424
global:
2525
PYTHONFAULTHANDLER: 1
2626
PYTHONIOENCODING: UTF-8
27-
PYTEST_ARGS: -raR --numprocesses=auto --timeout=300 --durations=25
27+
PYTEST_ARGS: -rfEsXR --numprocesses=auto --timeout=300 --durations=25
2828
--cov-report= --cov=lib --log-level=DEBUG
2929

3030
matrix:

.github/workflows/cygwin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
shell: bash.exe -eo pipefail -o igncr "{0}"
243243
id: cygwin-run-pytest
244244
run: |
245-
xvfb-run pytest -raR -n auto \
245+
xvfb-run pytest -rfEsXR -n auto \
246246
--maxfail=50 --timeout=300 --durations=25 \
247247
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
248248

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316

317317
- name: Run pytest
318318
run: |
319-
pytest -raR -n auto \
319+
pytest -rfEsXR -n auto \
320320
--maxfail=50 --timeout=300 --durations=25 \
321321
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
322322

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ stages:
216216
fi
217217
echo "##vso[task.setvariable variable=VS_COVERAGE_TOOL]$TOOL"
218218
fi
219-
PYTHONFAULTHANDLER=1 pytest -raR -n 2 \
219+
PYTHONFAULTHANDLER=1 pytest -rfEsXR -n 2 \
220220
--maxfail=50 --timeout=300 --durations=25 \
221221
--junitxml=junit/test-results.xml --cov-report=xml --cov=lib
222222
if [[ -n $SESSION_ID ]]; then

0 commit comments

Comments
 (0)