From f007b07c53925410b598d9a4e64ac512ee593e0f Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Tue, 2 Apr 2024 19:13:53 +0400 Subject: [PATCH] dev-python/biplist: add RESTRICT="test" See related discussions https://github.com/gentoo/guru/commit/5fe69764e3fb67c66ea0b0654a07560c6436cd62 Signed-off-by: Vitaly Zdanevich --- dev-python/biplist/biplist-1.0.3.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/biplist/biplist-1.0.3.ebuild b/dev-python/biplist/biplist-1.0.3.ebuild index bc03751ae2..7cf2f3dbdd 100644 --- a/dev-python/biplist/biplist-1.0.3.ebuild +++ b/dev-python/biplist/biplist-1.0.3.ebuild @@ -16,10 +16,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -# DEPEND="test? ( ${RDEPEND} )" + +RESTRICT="test" +# Because using dev-python/nose test framework - +# that is abandonware for 10 years +# Related ticket on the upstream: https://github.com/wooster/biplist/issues/14 + REQUIRED_USE="${PYTHON_REQUIRED_USE}" PATCHES=( "${FILESDIR}/${PN}-python3-compat.patch" ) - -# Removed from ::gentoo -# distutils_enable_tests nose