From 9191d97bed9ca853f000d15b4f73f747390f9e84 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 22 Oct 2015 12:57:18 +0200 Subject: dev-python/inotifyx: Fix test function Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/inotifyx/inotifyx-0.2.2.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'dev-python/inotifyx/inotifyx-0.2.2.ebuild') diff --git a/dev-python/inotifyx/inotifyx-0.2.2.ebuild b/dev-python/inotifyx/inotifyx-0.2.2.ebuild index ff5c1817136b..546bce0690a0 100644 --- a/dev-python/inotifyx/inotifyx-0.2.2.ebuild +++ b/dev-python/inotifyx/inotifyx-0.2.2.ebuild @@ -16,13 +16,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -DEPEND="" -RDEPEND="" - -python_prepare_all() { - use test && DISTUTILS_NO_PARALLEL_BUILD=1 -} - python_test() { - "${PYTHON}" setup.py build -b "build-${EPYTHON}" test || die "Tests failed under ${EPYTHON}" + esetup.py test } -- cgit v1.2.3-65-gdbad