commit:     d5c1f07fef2effe69a1b7d61710803d026ae71bf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 14:10:32 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 \

Reply via email to