diff options
author | Andrey Grozin <grozin@gentoo.org> | 2022-02-08 23:44:47 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2022-02-08 23:44:47 +0700 |
commit | 0d106d18853c1f4b26ab99b4419aa8280cb3efb1 (patch) | |
tree | 036acb735e2b7d95980bcac457ab603f29d95b3c /media-gfx/img2pdf/files | |
parent | dev-util/maturin: add 0.12.8 (diff) | |
download | gentoo-0d106d18853c1f4b26ab99b4419aa8280cb3efb1.tar.gz gentoo-0d106d18853c1f4b26ab99b4419aa8280cb3efb1.tar.bz2 gentoo-0d106d18853c1f4b26ab99b4419aa8280cb3efb1.zip |
media-gfx/img2pdf: bump to 0.4.3
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
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") |