|
96 | 96 | working-directory: examples/myworker |
97 | 97 | timeout-minutes: 10 |
98 | 98 | run: | |
99 | | - pytest -xsv tests --reruns 3 --reruns-delay 10 --rerun-except AssertionError |
| 99 | + pytest -xsv tests --reruns 3 --reruns-delay 10 |
100 | 100 |
|
101 | 101 | range: |
102 | 102 | runs-on: ${{ matrix.os }} |
@@ -130,7 +130,7 @@ jobs: |
130 | 130 | working-directory: examples/range |
131 | 131 | timeout-minutes: 30 |
132 | 132 | run: | |
133 | | - pytest -xsv tests --reruns 3 --reruns-delay 10 --rerun-except AssertionError |
| 133 | + pytest -xsv tests --reruns 3 --reruns-delay 10 |
134 | 134 |
|
135 | 135 | rabbitmq_management: |
136 | 136 | runs-on: ${{ matrix.os }} |
@@ -164,7 +164,7 @@ jobs: |
164 | 164 | working-directory: examples/rabbitmq_management |
165 | 165 | timeout-minutes: 10 |
166 | 166 | run: | |
167 | | - pytest -xsv tests --reruns 3 --reruns-delay 10 --rerun-except AssertionError |
| 167 | + pytest -xsv tests --reruns 3 --reruns-delay 10 |
168 | 168 |
|
169 | 169 | django: |
170 | 170 | runs-on: ${{ matrix.os }} |
@@ -204,7 +204,7 @@ jobs: |
204 | 204 | timeout-minutes: 10 |
205 | 205 | run: | |
206 | 206 | export DJANGO_SETTINGS_MODULE=proj.settings |
207 | | - pytest -xsv tests --reruns 3 --reruns-delay 10 --rerun-except AssertionError |
| 207 | + pytest -xsv tests --reruns 3 --reruns-delay 10 |
208 | 208 |
|
209 | 209 | myutils: |
210 | 210 | runs-on: ${{ matrix.os }} |
@@ -238,7 +238,7 @@ jobs: |
238 | 238 | working-directory: examples/myutils |
239 | 239 | timeout-minutes: 10 |
240 | 240 | run: | |
241 | | - pytest -xsv tests --reruns 3 --reruns-delay 10 --rerun-except AssertionError |
| 241 | + pytest -xsv tests --reruns 3 --reruns-delay 10 |
242 | 242 |
|
243 | 243 | worker_pool: |
244 | 244 | runs-on: ${{ matrix.os }} |
@@ -272,7 +272,7 @@ jobs: |
272 | 272 | working-directory: examples/worker_pool |
273 | 273 | timeout-minutes: 10 |
274 | 274 | run: | |
275 | | - pytest -xsv tests --reruns 3 --reruns-delay 10 --rerun-except AssertionError |
| 275 | + pytest -xsv tests --reruns 3 --reruns-delay 10 |
276 | 276 |
|
277 | 277 | hybrid_setup: |
278 | 278 | runs-on: ${{ matrix.os }} |
@@ -306,7 +306,7 @@ jobs: |
306 | 306 | working-directory: examples/hybrid_setup |
307 | 307 | timeout-minutes: 10 |
308 | 308 | run: | |
309 | | - pytest -xsv tests --reruns 5 --reruns-delay 10 --rerun-except AssertionError |
| 309 | + pytest -xsv tests --reruns 5 --reruns-delay 10 |
310 | 310 |
|
311 | 311 | vhost: |
312 | 312 | runs-on: ${{ matrix.os }} |
@@ -340,4 +340,4 @@ jobs: |
340 | 340 | working-directory: examples/vhost |
341 | 341 | timeout-minutes: 10 |
342 | 342 | run: | |
343 | | - pytest -xsv tests --reruns 3 --reruns-delay 10 --rerun-except AssertionError |
| 343 | + pytest -xsv tests --reruns 3 --reruns-delay 10 |
0 commit comments