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:
68
68
continue-on-error : true
69
69
id : tox1
70
70
run : |
71
- python -m tox -- -rfeXs
71
+ python -m tox -- -rfsEX
72
72
73
73
- name : " Retry tox for ${{ matrix.python-version }}"
74
74
id : tox2
75
75
if : steps.tox1.outcome == 'failure'
76
76
run : |
77
- python -m tox -- -rfeXs
77
+ python -m tox -- -rfsEX
78
78
79
79
- name : " Set status"
80
80
if : always()
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
3
3
4
4
[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
6
6
python_classes = *Test
7
7
markers =
8
8
expensive: too slow to run during " make smoke"
You can’t perform that action at this time.
0 commit comments