From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 29A8713888F for ; Thu, 22 Oct 2015 11:10:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF7C621C046; Thu, 22 Oct 2015 11:09:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BC0521C046 for ; Thu, 22 Oct 2015 11:09:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48366340967 for ; Thu, 22 Oct 2015 11:09:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF60015EF for ; Thu, 22 Oct 2015 11:09:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1445512159.d1d5307687bbcfe1b2c4537e12fa98ca1c67290c.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nose/nose-1.3.4.ebuild dev-python/nose/nose-1.3.6.ebuild dev-python/nose/nose-1.3.7.ebuild dev-python/nose/nose-9999.ebuild X-VCS-Directories: dev-python/nose/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d1d5307687bbcfe1b2c4537e12fa98ca1c67290c X-VCS-Branch: master Date: Thu, 22 Oct 2015 11:09:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c375c385-599b-449d-a66f-d86b89caf963 X-Archives-Hash: 1e1782880df1136a85ad73059ed5f7f0 commit: d1d5307687bbcfe1b2c4537e12fa98ca1c67290c Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 22 11:06:34 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Oct 22 11:09:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d53076 dev-python/nose: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/nose/nose-1.3.4.ebuild | 8 -------- dev-python/nose/nose-1.3.6.ebuild | 8 -------- dev-python/nose/nose-1.3.7.ebuild | 8 -------- dev-python/nose/nose-9999.ebuild | 8 -------- 4 files changed, 32 deletions(-) diff --git a/dev-python/nose/nose-1.3.4.ebuild b/dev-python/nose/nose-1.3.4.ebuild index e039847..43a992e 100644 --- a/dev-python/nose/nose-1.3.4.ebuild +++ b/dev-python/nose/nose-1.3.4.ebuild @@ -58,14 +58,6 @@ python_compile_all() { use doc && emake -C doc html } -src_test() { - # nosetests use heavy multiprocessing during the tests. - # this shall make them less likely to kill your system or timeout. - local DISTUTILS_NO_PARALLEL_BUILD=1 - - distutils-r1_src_test -} - python_test() { "${PYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}" } diff --git a/dev-python/nose/nose-1.3.6.ebuild b/dev-python/nose/nose-1.3.6.ebuild index 01f987a..2b9c3e0 100644 --- a/dev-python/nose/nose-1.3.6.ebuild +++ b/dev-python/nose/nose-1.3.6.ebuild @@ -63,14 +63,6 @@ python_compile_all() { use doc && emake -C doc html } -src_test() { - # nosetests use heavy multiprocessing during the tests. - # this shall make them less likely to kill your system or timeout. - local DISTUTILS_NO_PARALLEL_BUILD=1 - - distutils-r1_src_test -} - python_test() { "${PYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}" } diff --git a/dev-python/nose/nose-1.3.7.ebuild b/dev-python/nose/nose-1.3.7.ebuild index b4e89e8..ca246d9 100644 --- a/dev-python/nose/nose-1.3.7.ebuild +++ b/dev-python/nose/nose-1.3.7.ebuild @@ -63,14 +63,6 @@ python_compile_all() { use doc && emake -C doc html } -src_test() { - # nosetests use heavy multiprocessing during the tests. - # this shall make them less likely to kill your system or timeout. - local DISTUTILS_NO_PARALLEL_BUILD=1 - - distutils-r1_src_test -} - python_test() { "${PYTHON}" selftest.py -v || die "Tests fail with ${EPYTHON}" } diff --git a/dev-python/nose/nose-9999.ebuild b/dev-python/nose/nose-9999.ebuild index fefdcad..785d9d3 100644 --- a/dev-python/nose/nose-9999.ebuild +++ b/dev-python/nose/nose-9999.ebuild @@ -70,14 +70,6 @@ python_compile_all() { use doc && emake -C doc html } -src_test() { - # nosetests use heavy multiprocessing during the tests. - # this shall make them less likely to kill your system or timeout. - local DISTUTILS_NO_PARALLEL_BUILD=1 - - distutils-r1_src_test -} - python_test() { "${PYTHON}" selftest.py || die "Tests fail with ${EPYTHON}" }