Help needed: GIF tests fail with Pillow 9.0.0 #130
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So Fedora rebuilt its packages for the upcoming Fedora release and now 4 img2pdf test cases fail. Likely due to updated dependencies:
https://kojipkgs.fedoraproject.org//work/tasks/8785/81598785/build.log
And:
Note that the number of failures is doubled due to test case parametrization.
Yes, these failures are due to the Pillow 9.0.0 release which now treats GIF images differently.
I'm trying to fix this here: https://github.com/python-pillow/Pillow/pull/5974
Tests fail on Fedora 36to Help needed: GIF tests fail with Pillow 9.0.0@gms in Debian I just disabled the tests that fail with Pillow 9.0.0 for now:
https://salsa.debian.org/debian/img2pdf/-/blob/master/debian/patches/pillow9
Maybe you want to do the same in Fedora for now.
I think I do need help with https://github.com/python-pillow/Pillow/pull/5974 so if somebody has some time, then it would be appreciated if somebody could look into my attempts at letting Pillow emit palette images again instead of RGB iff the palette doesn't change between frames.
To indicate that I would appreciate help on this I changed the issue title accordingly.
Ok, I've disabled those tests like this:
I'm sorry that I can't help with the Pillow pull-request, because my knowledge is limited in that area.