From 937616b9b1401a852f62ed4e4ec029f7598ab583 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 1 Apr 2024 07:29:43 -0400 Subject: [PATCH] dev-python/tweepy: disable tests Depends on dev-python/nose which was dropped from ::gentoo Signed-off-by: Julien Roy --- dev-python/tweepy/tweepy-4.14.0.ebuild | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/dev-python/tweepy/tweepy-4.14.0.ebuild b/dev-python/tweepy/tweepy-4.14.0.ebuild index 058545c023..91109776f4 100644 --- a/dev-python/tweepy/tweepy-4.14.0.ebuild +++ b/dev-python/tweepy/tweepy-4.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,13 +23,14 @@ RDEPEND=" DEPEND=" ${RDEPEND} - test? ( - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/async-lru[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] -