commit: 5c41eaa59f5cffc86eacb1550766ee92b5ef7ec8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jul 5 19:07:02 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Jul 5 19:10:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c41eaa5
dev-python/python-olm: disable pypy3_11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/python-olm/python-olm-3.2.16.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/python-olm/python-olm-3.2.16.ebuild
b/dev-python/python-olm/python-olm-3.2.16.ebuild
index 6215caee54..7b199bab12 100644
--- a/dev-python/python-olm/python-olm-3.2.16.ebuild
+++ b/dev-python/python-olm/python-olm-3.2.16.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..13} ) # broken on pypy3
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
inherit distutils-r1
@@ -25,6 +25,7 @@ RDEPEND="
' 'python*')
"
+EPYTEST_PLUGINS=( )
EPYTEST_DESELECT=(
# disable benchmarks
tests/group_session_test.py::TestClass::test_encrypt