commit: af1ccd55949e5ba8d28cd3ab91e9968a8dc621fc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 1 02:03:57 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 1 02:03:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1ccd55
dev-util/diffoscope: skip known-failing tests w/ perl-5.40 Reported upstream. Bug: https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/377 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/diffoscope/diffoscope-268.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-util/diffoscope/diffoscope-268.ebuild b/dev-util/diffoscope/diffoscope-268.ebuild index 52ae1402efb9..e4e8cd71bdcc 100644 --- a/dev-util/diffoscope/diffoscope-268.ebuild +++ b/dev-util/diffoscope/diffoscope-268.ebuild @@ -123,6 +123,13 @@ EPYTEST_DESELECT=( # Fails on (unreleased) LLVM 16 with minor difference #tests/comparators/test_macho.py::test_llvm_diff #tests/comparators/test_elf.py::test_libmix_differences + + # Fails with perl-5.40 + # https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/377 + tests/comparators/test_epub.py::test_differences + tests/comparators/test_zip.py::test_metadata + tests/comparators/test_zip.py::test_extra_fields + tests/comparators/test_zip.py::test_commented ) distutils_enable_tests pytest
