Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/
Date: Sun, 20 Feb 2022 14:19:28
Message-Id: 1645366753.d5c1f07fef2effe69a1b7d61710803d026ae71bf.mgorny@gentoo
1 commit: d5c1f07fef2effe69a1b7d61710803d026ae71bf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 14:10:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 14:19:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c1f07f
7
8 dev-python/pypy: Skip expat-broken tests
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypy/pypy-7.3.8.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/dev-python/pypy/pypy-7.3.8.ebuild b/dev-python/pypy/pypy-7.3.8.ebuild
16 index d971e64e1cf5..fc748dc2f462 100644
17 --- a/dev-python/pypy/pypy-7.3.8.ebuild
18 +++ b/dev-python/pypy/pypy-7.3.8.ebuild
19 @@ -106,6 +106,11 @@ src_test() {
20 --ignore=lib-python/2.7/test/test_urllib2net.py
21 # lots of free space
22 --ignore=lib-python/2.7/test/test_zipfile64.py
23 +
24 + # broken by expat-2.4.5
25 + --ignore=lib-python/2.7/test/test_minidom.py
26 + --ignore=lib-python/2.7/test/test_xml_etree.py
27 + --ignore=lib-python/2.7/test/test_xml_etree_c.py
28 )
29
30 ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -vv \