dev-python/biplist: disable tests

Depends on dev-python/nose
which was dropped from ::gentoo

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-04-01 07:28:44 -04:00
parent 1ae2521429
commit 565f126cfd

View File

@@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,9 +16,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
DEPEND="test? ( ${RDEPEND} )"
# DEPEND="test? ( ${RDEPEND} )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
PATCHES=( "${FILESDIR}/${PN}-python3-compat.patch" )
distutils_enable_tests nose
# Removed from ::gentoo
# distutils_enable_tests nose