mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/python-olm: disable pypy3_11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user