Reverted to __array_interface__ with the release of NumPy 1.23#6394
Reverted to __array_interface__ with the release of NumPy 1.23#6394hugovk merged 1 commit intopython-pillow:mainfrom
Conversation
|
The MinGW 32-bit GitHub Actions job has started failing not just here, but also on main, with 'test_adobe_deflate_tiff'. Comparing the failing job and the last passing job, the failing job has libtiff-4.4.0-2, while the passing one has libtiff-4.4.0-1. The package is actually up to 4.4.0-4 at present, and those more recent changes mention libdeflate. So I expect this will solve itself whenever the MinGW image is updated. |
|
Shall we skip the bad test for now, so it doesn't interfere with next week's release? |
|
AFAIK the virtual environments seem to have roughly weekly releases, with the latest one being from the 19th (probably right before the libtiff rebuild). So I'd expect the error clear up before the release. Perhaps disable the test if it is still failing on Wed/Thu? |
|
Fine by me, if failing builds aren't too distracting in the meantime :) |
|
The MinGW 32-bit job has started passing again - https://github.com/python-pillow/Pillow/runs/7102756365 |
Resolves #5815
#5379 was created to workaround a bug in NumPy. That bug has now been fixed in NumPy 1.23, so this PR reverts the src change from #5379.