commit:     f007b07c53925410b598d9a4e64ac512ee593e0f
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Apr  2 15:13:53 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Apr  2 15:13:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f007b07c

dev-python/biplist: add RESTRICT="test"

See related discussions 
https://github.com/gentoo/guru/commit/5fe69764e3fb67c66ea0b0654a07560c6436cd62

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 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

Reply via email to