Commit 70c087b
committed
fix(ci): add pytest-rerunfailures to integration test dependencies
The @pytest.mark.flaky(reruns=2) decorator in integration tests requires
pytest-rerunfailures to be installed. Without it, flaky tests silently
skip retries and pytest emits unknown mark warnings.1 parent bbf26d7 commit 70c087b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments