commit:     b736b0c09f09cce408ebb8a6508291c28fbbc41f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  9 07:22:25 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 15 14:19:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b736b0c0

distutils-r1.eclass: Remove unittest-or-fail deps

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

 eclass/distutils-r1.eclass | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 020fe57a4378..f863872330c2 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -647,12 +647,6 @@ distutils_enable_tests() {
                setup.py)
                        ;;
                unittest)
-                       # unittest-or-fail is needed in py<3.12
-                       local test_pkgs="$(python_gen_cond_dep '
-                                       
dev-python/unittest-or-fail[${PYTHON_USEDEP}]
-                               ' 3.10 3.11
-                       )"
-                       [[ -n ${test_pkgs} ]] && test_deps+=" ${test_pkgs}"
                        ;;
                *)
                        die "${FUNCNAME}: unsupported argument: ${1}"

Reply via email to