commit: 6f1e2402f3ff8b1edd6f34debd663bc632ddea3a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 10:44:35 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 11:30:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1e2402
dev-python/h2: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/h2/h2-4.2.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/h2/h2-4.2.0.ebuild b/dev-python/h2/h2-4.2.0.ebuild
index af1b01c1e6ed..ad90d2aa68eb 100644
--- a/dev-python/h2/h2-4.2.0.ebuild
+++ b/dev-python/h2/h2-4.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3{,_11} )
inherit distutils-r1 pypi
@@ -34,5 +34,6 @@ BDEPEND="
distutils_enable_tests pytest
python_test() {
+ local -x CI=1
epytest -p hypothesis
}