diff options
author | 2023-11-02 20:12:09 +0100 | |
---|---|---|
committer | 2023-11-02 20:44:17 +0100 | |
commit | a8df7e18db050296d8bc303a1ea11925f7603474 (patch) | |
tree | f8ac35ea738b1c505c365fe4cf0aff83c329b3b1 /profiles/package.mask | |
parent | dev-python/tomlkit: Bump to 0.12.2 (diff) | |
download | gentoo-a8df7e18db050296d8bc303a1ea11925f7603474.tar.gz gentoo-a8df7e18db050296d8bc303a1ea11925f7603474.tar.bz2 gentoo-a8df7e18db050296d8bc303a1ea11925f7603474.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/package.mask')
-rw-r--r-- | profiles/package.mask | 7 |
1 files changed, 7 insertions, 0 deletions
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 <mgorny@gentoo.org> (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 <hydrapolic@gmail.com> (2023-11-02) # Performance regression. Bug #916713. =dev-db/mydumper-0.15.1.3 |