commit: 924b9c27e76705028ee57bd127d0418958939c08
Author: jan Anja (cybertailor) <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 20 11:36:22 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 20 11:36:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=924b9c27
dev-python/http-ece: enable pypy3_11
Signed-off-by: jan Anja (cybertailor) <cyber+gentoo <AT> sysrq.in>
dev-python/http-ece/http-ece-1.2.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/http-ece/http-ece-1.2.1.ebuild
b/dev-python/http-ece/http-ece-1.2.1.ebuild
index 1b9952e5b..99ef28300 100644
--- a/dev-python/http-ece/http-ece-1.2.1.ebuild
+++ b/dev-python/http-ece/http-ece-1.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
@@ -23,5 +23,6 @@ RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
distutils_enable_tests pytest
python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest -o addopts=
}