We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c8797 commit 0865590Copy full SHA for 0865590
.github/workflows/testsuite.yml
@@ -68,13 +68,13 @@ jobs:
68
continue-on-error: true
69
id: tox1
70
run: |
71
- python -m tox -- -rfeXs
+ python -m tox -- -rfsEX
72
73
- name: "Retry tox for ${{ matrix.python-version }}"
74
id: tox2
75
if: steps.tox1.outcome == 'failure'
76
77
78
79
- name: "Set status"
80
if: always()
setup.cfg
@@ -2,7 +2,7 @@
2
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
3
4
[tool:pytest]
5
-addopts = -q -n auto --strict-markers --no-flaky-report -rfeX --failed-first
+addopts = -q -n auto --strict-markers --no-flaky-report -rfEX --failed-first
6
python_classes = *Test
7
markers =
8
expensive: too slow to run during "make smoke"
0 commit comments