From 632cd9fe5ba7c66aba4289697627dc6314183136 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 1 Apr 2024 07:29:23 -0400 Subject: [PATCH] dev-python/phx-class-registry: disable tests Depends on dev-python/nose which was dropped from ::gentoo Signed-off-by: Julien Roy --- .../phx-class-registry/phx-class-registry-3.0.5-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild b/dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild index fceff661e3..60eebc2318 100644 --- a/dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild +++ b/dev-python/phx-class-registry/phx-class-registry-3.0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,4 +16,5 @@ SLOT="0" KEYWORDS="~amd64 ~x86" S="${WORKDIR}/class-registry-${PV}" -distutils_enable_tests nose +# Removed from ::gentoo +# distutils_enable_tests nose