commit:     e748aeff34c5c17885b5358852cbb969306d30e6
Author:     jan Anja (cybertailor) <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 20 11:44:34 2025 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 20 11:44:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e748aeff

dev-python/proselint: enable pypy3_11

Signed-off-by: jan Anja (cybertailor) <cyber+gentoo <AT> sysrq.in>

 dev-python/proselint/proselint-0.14.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/proselint/proselint-0.14.0.ebuild 
b/dev-python/proselint/proselint-0.14.0.ebuild
index 802ac64dc..580e80e60 100644
--- a/dev-python/proselint/proselint-0.14.0.ebuild
+++ b/dev-python/proselint/proselint-0.14.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
 PYPI_PN=${PN^}
-PYTHON_COMPAT=(python3_{11..13} )
+PYTHON_COMPAT=(python3_{11..13} pypy3_11 )
 
 inherit distutils-r1 pypi
 
@@ -25,3 +25,8 @@ RDEPEND="
 "
 
 distutils_enable_tests pytest
+
+python_test() {
+       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+       epytest
+}

Reply via email to