commit:     5846c6b27f4c006e8210f1833cb2314d8ef33af3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 18:56:12 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun May 28 19:01:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5846c6b2

dev-python/redis: enable py3.12

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/redis/redis-4.5.5.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/redis/redis-4.5.5.ebuild 
b/dev-python/redis/redis-4.5.5.ebuild
index 37fbc3edbe6d..721f1f890ad5 100644
--- a/dev-python/redis/redis-4.5.5.ebuild
+++ b/dev-python/redis/redis-4.5.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 
@@ -47,6 +47,8 @@ python_test() {
                tests/test_commands.py::TestRedisCommands::test_acl_list
                # redis-7 different return
                tests/test_commands.py::TestRedisCommands::test_xautoclaim
+               # hangs on all targets
+               tests/test_asyncio/test_cwe_404.py::test_standalone
        )
 
        # TODO: try to run more servers?

Reply via email to