diff --git a/diffoscope.spec b/diffoscope.spec index 79f44ec..3b26c5a 100644 --- a/diffoscope.spec +++ b/diffoscope.spec @@ -99,7 +99,6 @@ install -Dm0644 -t %{buildroot}%{_mandir}/man1/ build/diffoscope.1 # (https://github.com/pytest-dev/pytest/issues/1442#issuecomment-194259675) # http://bugs.debian.org/817193 sed -i s/test_listing/_disabled_/ tests/comparators/test_cbfs.py -sed -i s/test_diff/_disabled_/ tests/comparators/test_icc.py sed -i s/test_identification/_disabled_/ tests/comparators/test_ppu.py sed -i s/test_diff/_disabled_/ tests/comparators/test_ppu.py sed -i s/test_compare_non_existing/_disabled_/ tests/comparators/test_ppu.py @@ -107,6 +106,11 @@ sed -i s/test_compare_non_existing/_disabled_/ tests/comparators/test_ppu.py sed -i s/test_differences/_disabled_/ tests/comparators/test_fsimage.py %endif +# https://bugs.debian.org/847595 +# https://github.com/mm2/Little-CMS/issues/110 +sed -i s/test_diff/_disabled_/ tests/comparators/test_icc.py + + export LC_CTYPE=en_US.utf8 export TZ=UTC export PYTHONPATH=build/lib/