mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #8022 from radarhere/big_endian
This commit is contained in:
commit
c250a44177
|
@ -1050,7 +1050,7 @@ class TestImageBytes:
|
|||
|
||||
@pytest.mark.parametrize("mode", modes)
|
||||
def test_getdata_putdata(self, mode: str) -> None:
|
||||
if is_big_endian and mode == "BGR;15":
|
||||
if is_big_endian() and mode == "BGR;15":
|
||||
pytest.xfail("Known failure of BGR;15 on big-endian")
|
||||
im = hopper(mode)
|
||||
reloaded = helper_image_new(mode, im.size)
|
||||
|
|
Loading…
Reference in New Issue
Block a user