Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failures with Pillow 10.3+ #83

Open
justinmayer opened this issue Jul 8, 2024 · 0 comments
Open

Test failures with Pillow 10.3+ #83

justinmayer opened this issue Jul 8, 2024 · 0 comments

Comments

@justinmayer
Copy link
Contributor

Beginning with Pillow 10.3.0, and also affecting the current 10.4.0 release, the following test failures have surfaced:

========================================================================== short test summary info ==========================================================================
FAILED pelican/plugins/image_process/test_image_process.py::test_all_transforms[image_path0-detail-transform_params10] - assert (320, 31, 792, 721) is None
FAILED pelican/plugins/image_process/test_image_process.py::test_all_transforms[image_path0-smooth_more-transform_params16] - assert (16, 0, 1016, 728) is None
FAILED pelican/plugins/image_process/test_image_process.py::test_all_transforms[image_path1-detail-transform_params10] - assert (319, 65, 740, 716) is None
FAILED pelican/plugins/image_process/test_image_process.py::test_all_transforms[image_path1-smooth_more-transform_params16] - assert (327, 72, 741, 706) is None

As a temporary measure until the source of the problem can be properly addressed, I took the liberty of adding an upward version bound for Pillow via 0231fac in #82.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant