commit:     b2c166c7b506ae2bc30a9765b58ef370f7a2151c
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Nov 13 07:21:32 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 11:32:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c166c7

app-arch/patool: exclude lrzip tests on x86

Bug: https://bugs.gentoo.org/916317
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-arch/patool/patool-1.12_p20230424.ebuild | 2 ++
 app-arch/patool/patool-1.14.1.ebuild         | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/app-arch/patool/patool-1.12_p20230424.ebuild 
b/app-arch/patool/patool-1.12_p20230424.ebuild
index cbb4629848ef..52b6f986d04f 100644
--- a/app-arch/patool/patool-1.12_p20230424.ebuild
+++ b/app-arch/patool/patool-1.12_p20230424.ebuild
@@ -119,6 +119,8 @@ python_test() {
        if use x86; then
                EPYTEST_IGNORE+=(
                        "tests/archives/test_clzip.py"
+                       # bug #916317
+                       "tests/archives/test_lrzip.py"
                )
        fi
 

diff --git a/app-arch/patool/patool-1.14.1.ebuild 
b/app-arch/patool/patool-1.14.1.ebuild
index 86b157acb084..017d9e6122dd 100644
--- a/app-arch/patool/patool-1.14.1.ebuild
+++ b/app-arch/patool/patool-1.14.1.ebuild
@@ -112,6 +112,8 @@ python_test() {
        if use x86; then
                EPYTEST_IGNORE+=(
                        "tests/archives/test_clzip.py"
+                       # bug #916317
+                       "tests/archives/test_lrzip.py"
                )
        fi
 

Reply via email to