From ca6a84856a43822e2c12d180521ecc6722d10215 Mon Sep 17 00:00:00 2001 From: Henri Gasc Date: Sat, 4 Feb 2023 18:54:09 +0100 Subject: [PATCH] dev-python/tempy: Disable tests phase Closes: https://bugs.gentoo.org/891725 Signed-off-by: Henri Gasc --- dev-python/tempy/tempy-1.0.9.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/tempy/tempy-1.0.9.ebuild b/dev-python/tempy/tempy-1.0.9.ebuild index ec7ebe54e1..c403cc0f97 100644 --- a/dev-python/tempy/tempy-1.0.9.ebuild +++ b/dev-python/tempy/tempy-1.0.9.ebuild @@ -16,7 +16,6 @@ S="${WORKDIR}/tempy-7a597ee78fc7ba2c4ced041780470f568998f3c1" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" RDEPEND=" dev-python/rich[${PYTHON_USEDEP}] @@ -28,8 +27,6 @@ PATCHES=( "${FILESDIR}/assets.patch" ) -distutils_enable_tests pytest - pkg_postinst() { elog By default, tempy is using the API key of the developper by making requests throught their proxy server. elog You can register your own API key at https://www.weatherapi.com, and store it in '$HOME/.config/tempyrc'.