Summary: | dev-python/pypdf-3.10.0 fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mgorny |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 864198 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern: E AttributeError: module 'PIL._imaging' has no attribute 'jpeg2k_encoder'. Did you mean: 'jpeg_encoder'? E AttributeError: module 'PIL._imaging' has no attribute 'libtiff_decoder' E OSError: decoder libtiff not available E OSError: encoder jpeg2k not available except AttributeError: except ImportError: :exception OSError: If the file could not be written. The file :exception ValueError: If the output format could not be determined except KeyError: except KeyError: # pragma: no cover except OSError: except OSError: FAILED tests/test_reader.py::test_get_images[imagemagick-CCITTFaxDecode.pdf-expected_images5] FAILED tests/test_workflows.py::test_replace_image - OSError: encoder jpeg2k ... The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0e5cbd69dc71763ab48b04fa112773f48a32ec commit 8e0e5cbd69dc71763ab48b04fa112773f48a32ec Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2023-06-19 13:35:53 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2023-06-19 13:43:29 +0000 dev-python/pypdf: Require more pillow codecs for tests Closes: https://bugs.gentoo.org/908826 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/pypdf/pypdf-3.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |