summaryrefslogtreecommitdiff
path: root/media-gfx/img2pdf/files/img2pdf-0.4.3-test-gif-animation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/img2pdf/files/img2pdf-0.4.3-test-gif-animation.patch')
-rw-r--r--media-gfx/img2pdf/files/img2pdf-0.4.3-test-gif-animation.patch13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index 459746455c9a..000000000000
--- a/media-gfx/img2pdf/files/img2pdf-0.4.3-test-gif-animation.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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")