commit: bd1f5586b0112cb160619259a7eeb73c66a6a40f Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Mon Apr 1 11:29:34 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Mon Apr 1 11:29:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd1f5586
dev-python/proxy_tools: disable tests Depends on dev-python/nose which was dropped from ::gentoo Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/proxy_tools/proxy_tools-0.1.0_p1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/proxy_tools/proxy_tools-0.1.0_p1.ebuild b/dev-python/proxy_tools/proxy_tools-0.1.0_p1.ebuild index 25024d4380..f1fe5578ee 100644 --- a/dev-python/proxy_tools/proxy_tools-0.1.0_p1.ebuild +++ b/dev-python/proxy_tools/proxy_tools-0.1.0_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,4 +20,5 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -distutils_enable_tests nose +# Removed from ::gentoo +# distutils_enable_tests nose
