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 17AF9138334 for ; Thu, 28 Jun 2018 19:18:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A268E0969; Thu, 28 Jun 2018 19:18:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45A5DE0968 for ; Thu, 28 Jun 2018 19:18:31 +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 A81CA335C9B for ; Thu, 28 Jun 2018 19:18:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72521355 for ; Thu, 28 Jun 2018 19:18:26 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1530213471.bc5f4570ffcc1ac6381a360a39043e4fd1344ad5.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bpython/bpython-0.17.1.ebuild X-VCS-Directories: dev-python/bpython/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: bc5f4570ffcc1ac6381a360a39043e4fd1344ad5 X-VCS-Branch: master Date: Thu, 28 Jun 2018 19:18:26 +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: 8dd9d958-599e-4115-a7c4-c7ef5780c9ce X-Archives-Hash: 0586bb4232c86e1abcf5d49ba3f06afe commit: bc5f4570ffcc1ac6381a360a39043e4fd1344ad5 Author: Pacho Ramos gentoo org> AuthorDate: Thu Jun 28 19:03:39 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Jun 28 19:17:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5f4570 dev-python/bpython: Restrict tests (#659110) Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-python/bpython/bpython-0.17.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/bpython/bpython-0.17.1.ebuild b/dev-python/bpython/bpython-0.17.1.ebuild index 5c37145681c..23becd4d81d 100644 --- a/dev-python/bpython/bpython-0.17.1.ebuild +++ b/dev-python/bpython/bpython-0.17.1.ebuild @@ -36,6 +36,8 @@ DOCS=( AUTHORS CHANGELOG sample.theme light.theme ) # Req'd for clean build by each impl DISTUTILS_IN_SOURCE_BUILD=1 +RESTRICT="test" #659110 + python_compile_all() { if use doc; then sphinx-build -b html -c doc/sphinx/source/ \