commit:     c000920429ab57e1f09ecdb0f0ecda40f9d7e7ae
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:08:00 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:09:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0009204

dev-python/unittest2: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/unittest2/unittest2-0.5.1-r1.ebuild | 7 -------
 dev-python/unittest2/unittest2-0.5.1-r2.ebuild | 7 -------
 2 files changed, 14 deletions(-)

diff --git a/dev-python/unittest2/unittest2-0.5.1-r1.ebuild 
b/dev-python/unittest2/unittest2-0.5.1-r1.ebuild
index 159a643..f273116 100644
--- a/dev-python/unittest2/unittest2-0.5.1-r1.ebuild
+++ b/dev-python/unittest2/unittest2-0.5.1-r1.ebuild
@@ -43,13 +43,6 @@ python_compile() {
        distutils-r1_python_compile
 }
 
-src_test() {
-       # multiprocessing causes test failure with signals
-       local DISTUTILS_NO_PARALLEL_BUILD=1
-
-       distutils-r1_src_test
-}
-
 python_test() {
        cd "${BUILD_DIR}" || die
        scripts/unit2 discover -s lib || die "Tests fail with ${EPYTHON}"

diff --git a/dev-python/unittest2/unittest2-0.5.1-r2.ebuild 
b/dev-python/unittest2/unittest2-0.5.1-r2.ebuild
index 990cc19..7b37c39 100644
--- a/dev-python/unittest2/unittest2-0.5.1-r2.ebuild
+++ b/dev-python/unittest2/unittest2-0.5.1-r2.ebuild
@@ -50,13 +50,6 @@ python_compile() {
        distutils-r1_python_compile
 }
 
-src_test() {
-       # multiprocessing causes test failure with signals
-       local DISTUTILS_NO_PARALLEL_BUILD=1
-
-       distutils-r1_src_test
-}
-
 python_test() {
        cd "${BUILD_DIR}" || die
        scripts/unit2 discover -s lib || die "Tests fail with ${EPYTHON}"

Reply via email to