From 9d4a09a8c6f9b0d10fef4a9ad793c2ea3c89365b Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sun, 18 Nov 2018 21:21:28 +0100 Subject: [PATCH] dev-python/toml: remove test support. Feel free to add it back if necessary. Closes: https://bugs.gentoo.org/671466 Signed-off-by: Patrice Clement Package-Manager: Portage-2.3.49, Repoman-2.3.11 --- dev-python/toml/toml-0.9.6.ebuild | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/dev-python/toml/toml-0.9.6.ebuild b/dev-python/toml/toml-0.9.6.ebuild index 875843eb94ff..528467cd42e5 100644 --- a/dev-python/toml/toml-0.9.6.ebuild +++ b/dev-python/toml/toml-0.9.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,15 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}] - )" +RESTRICT="test" -python_test() { - "${EPYTHON}" "${S}/setup.py" test || die -} +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -- 2.26.2