diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 12:57:18 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 13:09:19 +0200 |
commit | 9191d97bed9ca853f000d15b4f73f747390f9e84 (patch) | |
tree | 9f63c3196c05fa7fd60c1e41c053cd1d97fe5e8e /dev-python/inotifyx/inotifyx-0.2.2.ebuild | |
parent | dev-python/inotifyx: Drop old (diff) | |
download | gentoo-9191d97bed9ca853f000d15b4f73f747390f9e84.tar.gz gentoo-9191d97bed9ca853f000d15b4f73f747390f9e84.tar.bz2 gentoo-9191d97bed9ca853f000d15b4f73f747390f9e84.zip |
dev-python/inotifyx: Fix test function
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/inotifyx/inotifyx-0.2.2.ebuild')
-rw-r--r-- | dev-python/inotifyx/inotifyx-0.2.2.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
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 } |