diff options
author | Sam James <sam@gentoo.org> | 2024-06-01 03:03:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-01 03:03:57 +0100 |
commit | af1ccd55949e5ba8d28cd3ab91e9968a8dc621fc (patch) | |
tree | a23283995ecf85d2264d3e6d5c31b8b7b2142c1d /dev-util/diffoscope | |
parent | gnome-base/gdm: Bump to 46.2 (diff) | |
download | gentoo-af1ccd55949e5ba8d28cd3ab91e9968a8dc621fc.tar.gz gentoo-af1ccd55949e5ba8d28cd3ab91e9968a8dc621fc.tar.bz2 gentoo-af1ccd55949e5ba8d28cd3ab91e9968a8dc621fc.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/diffoscope')
-rw-r--r-- | dev-util/diffoscope/diffoscope-268.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
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 |