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

dev-python/executing: Remove pypy3 leftovers

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

 dev-python/executing/executing-2.2.1.ebuild | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/dev-python/executing/executing-2.2.1.ebuild 
b/dev-python/executing/executing-2.2.1.ebuild
index 2b815e72bbd4..2c85682bb1c4 100644
--- a/dev-python/executing/executing-2.2.1.ebuild
+++ b/dev-python/executing/executing-2.2.1.ebuild
@@ -45,14 +45,6 @@ python_test() {
        fi
 
        local EPYTEST_DESELECT=()
-       case ${EPYTHON} in
-               pypy3)
-                       EPYTEST_DESELECT+=(
-                               
"tests/test_main.py::test_small_samples[22bc344a43584c051d8962116e8fd149d72e7e68bcb54caf201ee6e78986b167.py]"
-                               
"tests/test_main.py::test_small_samples[46597f8f896f11c5d7f432236344cc7e5645c2a39836eb6abdd2437c0422f0f4.py]"
-                       )
-                       ;;
-       esac
        if ! has_version "dev-python/ipython[${PYTHON_USEDEP}]"; then
                EPYTEST_DESELECT+=(
                        tests/test_ipython.py

Reply via email to