commit: 3f4def494dda6416b2e377d0da06b522bf451c9a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jul 23 02:56:07 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jul 23 02:56:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4def49
package.deprecated: Add dev-python/pytest-lazy-fixture Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 0477231a6023..d3b1657bffdb 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,12 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2024-07-23) +# Abandoned and broken with pytest-8. Superseded +# by dev-python/pytest-lazy-fixtures (plural), which requires small +# changes in code. +dev-python/pytest-lazy-fixture + # Michał Górny <[email protected]> (2024-06-15) # Stop-gap compatibility package. Upstreams really need to move away # from the removed cgi module rather than rely on this.
