commit: a8df7e18db050296d8bc303a1ea11925f7603474 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Nov 2 19:12:09 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Nov 2 19:44:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8df7e18
package.mask: Mask =pytest-asyncio-0.22.0 because of major bug Bug: https://github.com/pytest-dev/pytest-asyncio/issues/655 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 8590e4c9a26d..43dd8684a7cd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ ## app-misc/some-package #--- END OF EXAMPLES --- + +# Michał Górny <[email protected]> (2023-10-29) +# This version contains a major bug that causes pytest internal error +# when tests are skippeed at module level. +# https://github.com/pytest-dev/pytest-asyncio/issues/655 +=dev-python/pytest-asyncio-0.22.0 + # Tomáš Mózes <[email protected]> (2023-11-02) # Performance regression. Bug #916713. =dev-db/mydumper-0.15.1.3
