From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8508139695 for ; Tue, 16 May 2017 22:42:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 181B8E0C17; Tue, 16 May 2017 22:42:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED51FE0C17 for ; Tue, 16 May 2017 22:42:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 309063416B7 for ; Tue, 16 May 2017 22:42:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB4D97475 for ; Tue, 16 May 2017 22:42:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1494974540.f210a418196b4c474a1d4e2e8526e8ba136782d0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/beaker/beaker-1.8.0-r1.ebuild X-VCS-Directories: dev-python/beaker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f210a418196b4c474a1d4e2e8526e8ba136782d0 X-VCS-Branch: master Date: Tue, 16 May 2017 22:42:23 +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: 7668836b-bd8e-482d-b19c-b5b057474cb8 X-Archives-Hash: a7f54d6b195051badc31e15fb44d6f62 commit: f210a418196b4c474a1d4e2e8526e8ba136782d0 Author: Michał Górny gentoo org> AuthorDate: Tue May 16 22:15:53 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 16 22:42:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f210a418 dev-python/beaker: Re-enable out-of-source builds dev-python/beaker/beaker-1.8.0-r1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/beaker/beaker-1.8.0-r1.ebuild b/dev-python/beaker/beaker-1.8.0-r1.ebuild index 119bc2fd610..f15dda7b4db 100644 --- a/dev-python/beaker/beaker-1.8.0-r1.ebuild +++ b/dev-python/beaker/beaker-1.8.0-r1.ebuild @@ -29,9 +29,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/webtest[${PYTHON_USEDEP}] )" -# Py2.7 fais some tests without this -DISTUTILS_IN_SOURCE_BUILD=1 - python_test() { esetup.py test }