• [gentoo-dev] [PATCH 4/8] distutils-r1.eclass: Remove unittest-or-fail d

    From =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?@21:1/5 to All on Wed Apr 9 18:00:01 2025
    Signed-off-by: Michał Górny <mgorny@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}"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)