commit: 25570e8d4cb685de67b99f3a4d865022ef3bff81 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jul 29 19:24:00 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jul 29 19:24:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25570e8d
package.deprecated: Deprecate dev-python/flaky Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 0fb1221970ce..8ca453a308e7 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,15 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2025-07-29) +# dev-python/flaky and dev-python/pytest-rerunfailurse have conflicting +# pytest fixtures, with the latter providing a more powerful fixture +# (and the former breaking packages requiring it). If your package +# uses `@pytest.mark.flaky`, use pytest-rerunfailures instead. +# If it uses `@flaky.flaky`, send a patch upstream to switch +# to `@pytest.mark.flaky`. +dev-python/flaky + # Michał Górny <[email protected]> (2025-06-28) # versioningit does not provide any support for building via GitHub # archives, and has rejected the efforts to provide an envvar override
