commit:     878908e1d9680a619ea55d6396d9cac5ccb9d851
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 11:10:49 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 11:24:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878908e1

dev-python/jedi: Remove pypy3 leftovers

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jedi/jedi-0.19.2.ebuild | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/dev-python/jedi/jedi-0.19.2.ebuild 
b/dev-python/jedi/jedi-0.19.2.ebuild
index 3100dba01d8b..632ee9d07210 100644
--- a/dev-python/jedi/jedi-0.19.2.ebuild
+++ b/dev-python/jedi/jedi-0.19.2.ebuild
@@ -68,14 +68,6 @@ python_test() {
        )
 
        case ${EPYTHON} in
-               pypy3)
-                       EPYTEST_DESELECT+=(
-                               test/test_api/test_api.py::test_preload_modules
-                               
test/test_api/test_interpreter.py::test_param_infer_default
-                               
test/test_inference/test_compiled.py::test_next_docstr
-                               
test/test_inference/test_compiled.py::test_time_docstring
-                       )
-                       ;;
                pypy3.11)
                        EPYTEST_DESELECT+=(
                                
test/test_api/test_interpreter.py::test_param_infer_default

Reply via email to