summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/pysize/pysize-0.2-r1.ebuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys-fs/pysize/pysize-0.2-r1.ebuild b/sys-fs/pysize/pysize-0.2-r1.ebuild
index e5966b3edc58..0b2526307cc0 100644
--- a/sys-fs/pysize/pysize-0.2-r1.ebuild
+++ b/sys-fs/pysize/pysize-0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -30,8 +30,6 @@ PATCHES=(
"${FILESDIR}"/${PV}-setuptools-automagic.patch
)
-DISTUTILS_NO_PARALLEL_BUILD=1
-
python_prepare_all() {
if ! use gtk; then
sed \
@@ -58,12 +56,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
-src_test() {
- # Tests shatter otherwise
- local DISTUTILS_NO_PARALLEL_BUILD=1
- distutils-r1_src_test
-}
-
python_test() {
pushd "${S}"/tests > /dev/null
PYTHONPATH=.:../ "${PYTHON}" pysize_tests.py || die "tests failed under ${EPYTHON}"