Skip to content

Commit 0865590

Browse files
committed
test(build): i've had the wrong -r character this whole time
E means show summary of errors. e means nothing. :(
1 parent f0c8797 commit 0865590

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/testsuite.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ jobs:
6868
continue-on-error: true
6969
id: tox1
7070
run: |
71-
python -m tox -- -rfeXs
71+
python -m tox -- -rfsEX
7272
7373
- name: "Retry tox for ${{ matrix.python-version }}"
7474
id: tox2
7575
if: steps.tox1.outcome == 'failure'
7676
run: |
77-
python -m tox -- -rfeXs
77+
python -m tox -- -rfsEX
7878
7979
- name: "Set status"
8080
if: always()

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
[tool:pytest]
5-
addopts = -q -n auto --strict-markers --no-flaky-report -rfeX --failed-first
5+
addopts = -q -n auto --strict-markers --no-flaky-report -rfEX --failed-first
66
python_classes = *Test
77
markers =
88
expensive: too slow to run during "make smoke"

0 commit comments

Comments
 (0)