app-arch/patool: skip test that is broken by file-5.46

The broken functionality isn't major enough to warrant an upperbound on
the sys-apps/file dependency.

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40210
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-01-19 19:57:45 +02:00
committed by Sam James
parent 49035070d1
commit 634aef0b5f

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -108,6 +108,9 @@ python_test() {
"tests/archives/test_arc.py"
# Error: 1002 (invalid input file)
"tests/archives/test_mac.py"
# Broken due mime type change for rar in file-5.46
# https://github.com/wummel/patool/pull/173
"tests/test_mime.py::TestMime::test_nested_gzip"
)
if use elibc_musl; then