Ok, I've disabled those tests like this:
PYTHONPATH=src %{__python3} -m pytest src/img2pdf_test.py -v -k 'not animation'
I'm sorry that I can't help with the Pillow pull-request,…
Isn't aarch64 also little endian?
Technically, aarch64 is bi-endian, but almost all Linux distributions tend to prefer little endian for bi-endian architectures.
See also e.g.
-…
Can you confirm that the tests pass on Fedora as well?
Yes, I can. I've just removed the workarounds (using 0.4.2) and the build…
Related to the tests, I have a local commit that switches the testsuite to imagemagick 7. Would that be a problem for Fedora?
Right now even Rawhide is still on ImageMagick 6.9.
So probably…
FWIW, if rishabh3354 uses PyQt5 in his/her snaps then this looks like a license violation:
Details for JPG2PDF Pro - Images To PDF Converter
License Proprietary Last updated …
I reenabled those test cases with 0.4.1 under Fedora rawhide and there they don't fail anymore:
src/img2pdf_test.py::test_gif_animation[internal] PASSED […
On Fedora 33 I have a bunch of test case failures for depth assertions which look similar to the old ones, e.g.:
) # FIXME: should be LSB
if identify[0].get("version",…
Apparently, the accounts weren't migrated when switching from gitlab to gitea. I had to re-register my account here.
Another problem is the location of the sRGB.icc some tests use…