From 2620e767a78eef87915ed44f4b9c79412678f07e Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 12 May 2020 04:26:49 -0400 Subject: [PATCH] app-misc/python-dice: improved test support Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Horea Christian --- app-misc/python-dice/ChangeLog | 3 +++ app-misc/python-dice/python-dice-3.1.0.ebuild | 9 +++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-misc/python-dice/ChangeLog b/app-misc/python-dice/ChangeLog index ecd59c5..507c8a0 100644 --- a/app-misc/python-dice/ChangeLog +++ b/app-misc/python-dice/ChangeLog @@ -1,3 +1,6 @@ + 12 May 2020; python-dice-3.1.0.ebuild: + app-misc/python-dice: improved test support + *python-dice-3.1.0 (17 Dec 2019) 17 Dec 2019; +python-dice-3.1.0.ebuild, diff --git a/app-misc/python-dice/python-dice-3.1.0.ebuild b/app-misc/python-dice/python-dice-3.1.0.ebuild index 358b38f..20d0ec9 100644 --- a/app-misc/python-dice/python-dice-3.1.0.ebuild +++ b/app-misc/python-dice/python-dice-3.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -17,7 +17,6 @@ KEYWORDS="~amd64" IUSE="test" DEPEND="test? ( - dev-python/coverage[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] ) " @@ -33,6 +32,4 @@ src_prepare() { default } -python_test() { - pytest -vv || die -} +distutils_enable_tests pytest