-
Notifications
You must be signed in to change notification settings - Fork 13
0.2.4: many test failures #15
Comments
Can you remind me in what environment your working (OS, distribution, architecture, version of Pillow, etc) ? Do you test using By the way, I've done many changes to the build and test systems. I haven't had time to announce it yet on the mailing-list, sorry. You can still run tests the old way, but I would advise running Just for reference, here is the output of the buildbot: https://origami.openpaper.work/#/builders/5/builds/147 . This builder runs the test on a Debian stable amd64. While it's not obvious in the output, Pillow is not installed system-wide therefore Tox had to install it prior to the tests and so these tests were run with Pillow 5.0. |
Fedora 26+, x86_64. Rawhide and F28 use Pillow 5.0.0, and 26 and 27 use some older versions. I am building system packages, so there's no need for a virtualenv. I did notice the addition of |
Well, this is going to be a tricky one ... :/ |
Hm, I think the update in the test data was related to that commit: 9719e41 . My guess would be that the Pillow from pypi (wheels) was compiled with options slightly different than Debian or Fedora. |
Yep, confirmed, it comes from Pillow. |
Strange, I don't see any patches in Fedora for Pillow, unless it's to something lower-level like libjpeg. What if you use the virtualenv, but build Pillow from source and not the wheels? |
Still a problem with 0.2.4. |
Weird, wheels or not, tests don't pass either on one of my other systems (Intel Atom + Debian stable amd64). |
Convert tests images to png Closes openpaperwork#15 See merge request World/OpenPaperwork/libpillowfight!14
I'm trying to upgrade to 0.2.3, but many of the tests fail. Basically, every image touched in b4a8b30 is no longer working. If I patch in the files as they were before this commit, then everything passes. I also don't see any code changes that indicate that these images should have been changed.
The text was updated successfully, but these errors were encountered: