commit: 3cbeae8034b158a204e03cb65538215ea9a67eef
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 14:01:24 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 14:37:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbeae80
dev-python/pytidylib: Use distutils_enable_tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytidylib/pytidylib-0.3.2.ebuild | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/dev-python/pytidylib/pytidylib-0.3.2.ebuild
b/dev-python/pytidylib/pytidylib-0.3.2.ebuild
index 2a0933e518b..a46098e9a0a 100644
--- a/dev-python/pytidylib/pytidylib-0.3.2.ebuild
+++ b/dev-python/pytidylib/pytidylib-0.3.2.ebuild
@@ -15,13 +15,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="MIT"
KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc
x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="app-text/htmltidy"
-DEPEND="${RDEPEND}
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+DEPEND=${RDEPEND}
-python_test() {
- pytest -vv || die
-}
+distutils_enable_tests pytest