test_png_gray1 test cases started to fail on Fedora 38 #161
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?
On current Fedora 38, the test_png_gray1 test cases fail like this:
Full log file: https://kojipkgs.fedoraproject.org/work/tasks/703/99130703/build.log
So it looks like an updated dependency such as newer ImageMagick version caused this.
To be honest, I'm not really sure what is more correct: to name the type of a gray colorspace image as 'Bilevel' or 'Grayscale' ...
test_png_gray1 test cases started to fail on Fedora Rawhideto test_png_gray1 test cases started to fail on Fedora 38I think the test can just accept both values because the line below checks:
So even if we call this a Grayscale image, it will still be a 2-color Grayscale which is what we want to assure here.
Can you confirm that this patch fixes the issue: