File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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()
Original file line number Diff line number Diff line change 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
66python_classes = *Test
77markers =
88 expensive: too slow to run during " make smoke"
You can’t perform that action at this time.
0 commit comments