From f3f1efad1dcb90ffac52c0ea3facfb3d68701d56 Mon Sep 17 00:00:00 2001 From: Samuel Bernardo Date: Mon, 29 Jun 2020 21:25:23 +0100 Subject: [PATCH] dev-python/rstcheck: Add distutils_enable_tests pytest since it allows to remove IUSE and RESTRICT. Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Samuel Bernardo --- dev-python/rstcheck/rstcheck-3.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/rstcheck/rstcheck-3.3.1.ebuild b/dev-python/rstcheck/rstcheck-3.3.1.ebuild index c92918af7b..1a29268f64 100644 --- a/dev-python/rstcheck/rstcheck-3.3.1.ebuild +++ b/dev-python/rstcheck/rstcheck-3.3.1.ebuild @@ -14,8 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" dev-python/docutils[${PYTHON_USEDEP}] @@ -30,6 +28,8 @@ BDEPEND=" S="${WORKDIR}/${P}" +distutils_enable_tests pytest + python_test() { # Ignore the module from ${S}, use the one from ${BUILD_DIR} # Otherwise, ImportMismatchError may occur