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 8C829138BED for ; Thu, 22 Oct 2015 11:09:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5D8421C039; Thu, 22 Oct 2015 11:09:36 +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 CE6D321C01F for ; Thu, 22 Oct 2015 11:09:35 +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 C43DB340967 for ; Thu, 22 Oct 2015 11:09:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3268B15E3 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.9d5e70608f826135c09e233bec48abcc2a592e74.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/testtools/testtools-0.9.36.ebuild X-VCS-Directories: dev-python/testtools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9d5e70608f826135c09e233bec48abcc2a592e74 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: 4cc95f10-cf96-4339-b920-8263f1671719 X-Archives-Hash: 737b71ade2b7b587aed728aac936a17d commit: 9d5e70608f826135c09e233bec48abcc2a592e74 Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 22 10:47:30 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=9d5e7060 dev-python/testtools: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/testtools/testtools-0.9.36.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-python/testtools/testtools-0.9.36.ebuild b/dev-python/testtools/testtools-0.9.36.ebuild index 002a97b..ee13a75 100644 --- a/dev-python/testtools/testtools-0.9.36.ebuild +++ b/dev-python/testtools/testtools-0.9.36.ebuild @@ -40,12 +40,6 @@ python_prepare_all() { distutils-r1_python_prepare_all } -src_test() { - # Required to allow / ensure all impls to pass run of testsuite - local DISTUTILS_NO_PARALLEL_BUILD=1 - distutils-r1_src_test -} - python_test() { esetup.py test }