commit:     9d4a09a8c6f9b0d10fef4a9ad793c2ea3c89365b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 20:21:28 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 20:22:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4a09a8

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 <monsieurp <AT> gentoo.org>
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 875843eb94f..528467cd42e 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}]"

Reply via email to