dev-python/tempy: Disable tests phase

Closes: https://bugs.gentoo.org/891725
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2023-02-04 18:54:09 +01:00
parent 09a2d244da
commit ca6a84856a

View File

@@ -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'.