dev-python/pytidylib: Use distutils_enable_tests

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-12-16 15:01:24 +01:00
parent 65b153323f
commit 3cbeae8034

View File

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