Skip to content

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Jul 24, 2025

Use the @pytest.mark.flaky marker in place of the @flaky.flaky decorator, to modernize the code and improve compatibility with other plugins providing the feature such as pytest-rerunfailures.

@vidartf vidartf added maintenance python Pull requests that update Python code labels Aug 6, 2025
Use the `@pytest.mark.flaky` marker in place of the `@flaky.flaky`
decorator, to modernize the code and improve compatibility with other
plugins providing the feature such as `pytest-rerunfailures`.

Signed-off-by: Michał Górny <[email protected]>
@mgorny
Copy link
Contributor Author

mgorny commented Aug 23, 2025

Quite ironic that the CI is failing here because tests are flaky, and Gentoo is literally using pytest-rerunfailures on this package to force --reruns on all tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants