diff options
Diffstat (limited to 'media-gfx/img2pdf/files')
-rw-r--r-- | media-gfx/img2pdf/files/img2pdf-0.4.3-test-gif-animation.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-gfx/img2pdf/files/img2pdf-0.4.3-test-gif-animation.patch b/media-gfx/img2pdf/files/img2pdf-0.4.3-test-gif-animation.patch new file mode 100644 index 000000000000..459746455c9a --- /dev/null +++ b/media-gfx/img2pdf/files/img2pdf-0.4.3-test-gif-animation.patch @@ -0,0 +1,13 @@ +diff -r -U2 img2pdf-0.4.3.orig/src/img2pdf_test.py img2pdf-0.4.3/src/img2pdf_test.py +--- img2pdf-0.4.3.orig/src/img2pdf_test.py 2021-10-24 20:46:53.000000000 +0700 ++++ img2pdf-0.4.3/src/img2pdf_test.py 2022-02-08 23:20:27.584463297 +0700 +@@ -5613,8 +5613,5 @@ + + +-@pytest.mark.skipif( +- sys.platform in ["win32"], +- reason="test utilities not available on Windows and MacOS", +-) ++@pytest.mark.skip(reason="gif animation test fails") + def test_gif_animation(tmp_path_factory, gif_animation_img, gif_animation_pdf): + tmpdir = tmp_path_factory.mktemp("gif_animation") |