commit: 45bd57ed859f1ffcc4262c41e5a2250307614c2c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 31 21:12:21 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 31 21:12:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45bd57ed
package.mask: Mask dev-lang/python-3.11.0_beta2 due to known regr. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 0c3c9dee4e95..ab5fc851bb18 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2022-05-31) +# Causes a regression in dev-python/werkzeug that breaks all its +# revdeps. If one of the pytest plugins using werkzeug is installed, +# this mean that all pytest invocations suddenly fail. Mask until +# we resolve this. +=dev-lang/python-3.11.0_beta2 + # Sam James <[email protected]> (2022-05-30) # Doesn't support Python 3.10+, maintainer-needed, and out of date. # Bugs #818847, #845936, #786585.
