summaryrefslogtreecommitdiff
path: root/dev-python/inotifyx
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-22 12:57:18 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-22 13:09:19 +0200
commit9191d97bed9ca853f000d15b4f73f747390f9e84 (patch)
tree9f63c3196c05fa7fd60c1e41c053cd1d97fe5e8e /dev-python/inotifyx
parent74bdd18f8fe0e1d96ed3da3e6786dd62410dc24a (diff)
downloadgentoo-9191d97bed9ca853f000d15b4f73f747390f9e84.tar.gz
gentoo-9191d97bed9ca853f000d15b4f73f747390f9e84.tar.xz
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')
-rw-r--r--dev-python/inotifyx/inotifyx-0.2.2.ebuild9
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 ff5c1817136..546bce0690a 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
}