You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use @pytest.mark.flaky decorator instead of @flaky.flaky (#4700)
Use the modern `@pytest.mark.flaky` decorator over `@flaky.flaky` in tests.
This avoids typing issues, and makes the tests compatible with other
implementations of that decorator, such as `pytest-rerunfailures`.
Signed-off-by: Michał Górny <[email protected]>
Co-authored-by: Riccardo Magliocchetti <[email protected]>
0 commit comments