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 6C8FE138359 for ; Sat, 14 Nov 2020 22:55:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9776AE085A; Sat, 14 Nov 2020 22:55:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7C6D9E085A for ; Sat, 14 Nov 2020 22:55:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8FA753412F6 for ; Sat, 14 Nov 2020 22:55:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 400763C7 for ; Sat, 14 Nov 2020 22:55:22 +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: <1605394475.f76435b9b393c1d3733b8fc79d39dfd18ab4c92b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/distlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/distlib/distlib-0.3.1-r1.ebuild X-VCS-Directories: dev-python/distlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f76435b9b393c1d3733b8fc79d39dfd18ab4c92b X-VCS-Branch: master Date: Sat, 14 Nov 2020 22:55:22 +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: 1cc94187-7751-4d2f-a305-39899e7391bc X-Archives-Hash: 924eeac3dfda60ee2567228fd61332d9 commit: f76435b9b393c1d3733b8fc79d39dfd18ab4c92b Author: Michał Górny gentoo org> AuthorDate: Sat Nov 14 22:54:35 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 14 22:54:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76435b9 dev-python/distlib: Restrict tests Closes: https://bugs.gentoo.org/754213 Signed-off-by: Michał Górny gentoo.org> dev-python/distlib/distlib-0.3.1-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/distlib/distlib-0.3.1-r1.ebuild b/dev-python/distlib/distlib-0.3.1-r1.ebuild index 246cc444286..9491e12acf2 100644 --- a/dev-python/distlib/distlib-0.3.1-r1.ebuild +++ b/dev-python/distlib/distlib-0.3.1-r1.ebuild @@ -19,7 +19,9 @@ LICENSE="PSF-2" SLOT="0" KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="test" -RESTRICT="!test? ( test )" +# This package's tests are extremely fragile and tend to break or hang +# when it doesn't like metadata of packages installed on the system. +RESTRICT="test" # pypiserver is called as external executable # openpyxl installs invalid metadata that breaks distlib