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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D426E15808B for ; Sun, 20 Feb 2022 14:19:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CD37E07C9; Sun, 20 Feb 2022 14:19:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13F6FE07C9 for ; Sun, 20 Feb 2022 14:19:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A8BA3436F9 for ; Sun, 20 Feb 2022 14:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91B022DC for ; Sun, 20 Feb 2022 14:19:25 +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: <1645366753.d5c1f07fef2effe69a1b7d61710803d026ae71bf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy/pypy-7.3.8.ebuild X-VCS-Directories: dev-python/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d5c1f07fef2effe69a1b7d61710803d026ae71bf X-VCS-Branch: master Date: Sun, 20 Feb 2022 14:19:25 +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: 44eadda4-6623-499d-a42b-dbc8334a4869 X-Archives-Hash: cdc82a05b34a91e9494a9952f0300b35 commit: d5c1f07fef2effe69a1b7d61710803d026ae71bf Author: Michał Górny gentoo org> AuthorDate: Sun Feb 20 14:10:32 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 20 14:19:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c1f07f dev-python/pypy: Skip expat-broken tests Signed-off-by: Michał Górny gentoo.org> dev-python/pypy/pypy-7.3.8.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/pypy/pypy-7.3.8.ebuild b/dev-python/pypy/pypy-7.3.8.ebuild index d971e64e1cf5..fc748dc2f462 100644 --- a/dev-python/pypy/pypy-7.3.8.ebuild +++ b/dev-python/pypy/pypy-7.3.8.ebuild @@ -106,6 +106,11 @@ src_test() { --ignore=lib-python/2.7/test/test_urllib2net.py # lots of free space --ignore=lib-python/2.7/test/test_zipfile64.py + + # broken by expat-2.4.5 + --ignore=lib-python/2.7/test/test_minidom.py + --ignore=lib-python/2.7/test/test_xml_etree.py + --ignore=lib-python/2.7/test/test_xml_etree_c.py ) ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -vv \