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 DC4DD1382C5 for ; Thu, 26 Nov 2020 04:42:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BE02E08CD; Thu, 26 Nov 2020 04:42:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E0437E08CD for ; Thu, 26 Nov 2020 04:42:55 +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 5C68D340D8E for ; Thu, 26 Nov 2020 04:42:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FF1942F for ; Thu, 26 Nov 2020 04:42:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1606365763.d0ed863de1c7485f8da51ba5cde6f508bc1c8f77.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/black/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/black/black-20.8_beta1.ebuild X-VCS-Directories: dev-python/black/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d0ed863de1c7485f8da51ba5cde6f508bc1c8f77 X-VCS-Branch: master Date: Thu, 26 Nov 2020 04:42:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 694d74c9-ab58-4a4e-aa2c-b009cf54cf00 X-Archives-Hash: 3499ac616c231d0ce46c556d2ea8abd4 commit: d0ed863de1c7485f8da51ba5cde6f508bc1c8f77 Author: Sam James gentoo org> AuthorDate: Thu Nov 26 04:42:43 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 26 04:42:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ed863d dev-python/black: restrict tests They're not passing and I had a look at this, it was a pain involving needing an installed copy (or faking one) and d_i_f_t didn't work. Bug: https://bugs.gentoo.org/754201 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/black/black-20.8_beta1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/black/black-20.8_beta1.ebuild b/dev-python/black/black-20.8_beta1.ebuild index 2c4b5a90328..ff8057c2bde 100644 --- a/dev-python/black/black-20.8_beta1.ebuild +++ b/dev-python/black/black-20.8_beta1.ebuild @@ -19,6 +19,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86" IUSE="test" +# bug #754201 +RESTRICT="test" RDEPEND=" >=dev-python/click-7.1.2[${PYTHON_USEDEP}]