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 6D49813888F for ; Thu, 22 Oct 2015 11:09:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F21C21C031; Thu, 22 Oct 2015 11:09:38 +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 737FB21C02C for ; Thu, 22 Oct 2015 11:09:36 +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 B97EE3408F0 for ; Thu, 22 Oct 2015 11:09:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66B0E15E8 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.a56fc7567a80cf1c52d016c62f89e7cc088732d5.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fabric/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fabric/fabric-1.10.0-r1.ebuild X-VCS-Directories: dev-python/fabric/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a56fc7567a80cf1c52d016c62f89e7cc088732d5 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: 7b921f1b-f3bf-48c3-b5af-26cef989698c X-Archives-Hash: e1f575eaf5203b8709e9862c1894f856 commit: a56fc7567a80cf1c52d016c62f89e7cc088732d5 Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 22 10:49:11 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=a56fc756 dev-python/fabric: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/fabric/fabric-1.10.0-r1.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-python/fabric/fabric-1.10.0-r1.ebuild b/dev-python/fabric/fabric-1.10.0-r1.ebuild index cc01a62..6966580 100644 --- a/dev-python/fabric/fabric-1.10.0-r1.ebuild +++ b/dev-python/fabric/fabric-1.10.0-r1.ebuild @@ -52,11 +52,6 @@ python_compile_all() { fi } -src_test() { - local DISTUTILS_NO_PARALLEL_BUILD=1 - distutils-r1_src_test -} - python_test() { nosetests tests || die "Tests failed under ${EPYTHON}" }