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 849A713888F for ; Thu, 22 Oct 2015 11:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C39421C041; Thu, 22 Oct 2015 11:09:39 +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 2B04F21C03B for ; Thu, 22 Oct 2015 11:09:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57D653409A6 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 2F58115F3 for ; Thu, 22 Oct 2015 11:09:32 +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.99bb849b6959766671fe7f33fa2848afefd90eba.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tornado/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/tornado/tornado-3.1.1-r1.ebuild www-servers/tornado/tornado-3.1.1.ebuild X-VCS-Directories: www-servers/tornado/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 99bb849b6959766671fe7f33fa2848afefd90eba X-VCS-Branch: master Date: Thu, 22 Oct 2015 11:09:32 +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: 20e7f4b4-2430-4739-bd30-ef2d9a5931be X-Archives-Hash: 2bda3e6f10c87e45fe4434118508462b commit: 99bb849b6959766671fe7f33fa2848afefd90eba Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 22 11:08:17 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=99bb849b www-servers/tornado: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> www-servers/tornado/tornado-3.1.1-r1.ebuild | 9 --------- www-servers/tornado/tornado-3.1.1.ebuild | 9 --------- 2 files changed, 18 deletions(-) diff --git a/www-servers/tornado/tornado-3.1.1-r1.ebuild b/www-servers/tornado/tornado-3.1.1-r1.ebuild index b48f92c..809c748 100644 --- a/www-servers/tornado/tornado-3.1.1-r1.ebuild +++ b/www-servers/tornado/tornado-3.1.1-r1.ebuild @@ -33,15 +33,6 @@ PATCHES=( "${FILESDIR}/${P}-py2_6-tests-fix.patch" ) -src_test() { - # The test server tries to bind at an unused port but suffers - # a race condition in it. Seems to be fixed already. - # https://github.com/facebook/tornado/blob/master/tornado/test/process_test.py#L64 - local DISTUTILS_NO_PARALLEL_BUILD=1 - - distutils-r1_src_test -} - python_test() { cd "${TMPDIR}" || die "${PYTHON}" -m tornado.test.runtests || die "Tests fail with ${EPYTHON}" diff --git a/www-servers/tornado/tornado-3.1.1.ebuild b/www-servers/tornado/tornado-3.1.1.ebuild index c75f416..9656bcb 100644 --- a/www-servers/tornado/tornado-3.1.1.ebuild +++ b/www-servers/tornado/tornado-3.1.1.ebuild @@ -23,15 +23,6 @@ DEPEND="${RDEPEND} REQUIRED_USE="curl? ( || ( $(python_gen_useflags python2*) ) )" -src_test() { - # The test server tries to bind at an unused port but suffers - # a race condition in it. Seems to be fixed already. - # https://github.com/facebook/tornado/blob/master/tornado/test/process_test.py#L64 - local DISTUTILS_NO_PARALLEL_BUILD=1 - - distutils-r1_src_test -} - python_test() { cd "${TMPDIR}" || die "${PYTHON}" -m tornado.test.runtests || die "Tests fail with ${EPYTHON}"