commit: 887a4528c3d50c5e91686396f556dfb222e14d11 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jan 31 06:41:46 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jan 31 06:41:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887a4528
package.mask: Mask >=dev-python/pytest-8 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 8e0d4f605389..981a34dc06a1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2024-01-31) +# Breaks some plugins and a variety of test suites. Upstream seems +# to be planning to improve compatibility a bit. Masking for testing +# by the Python team. +>=dev-python/pytest-8 + # Ulrich Müller <[email protected]> (2024-01-30) # SLOT 25 of app-editors/emacs, corresponding to GNU Emacs version 25.3. # This version was released in May 2018. Please upgrade to >=emacs-26
