mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-14 01:04:45 +03:00
parent
812b46901e
commit
5eaa850968
|
@ -611,7 +611,7 @@ class TestFileTiffW32(PillowTestCase):
|
|||
def test_oom(self, test_file):
|
||||
with pytest.raises(UnidentifiedImageError):
|
||||
with Image.open(test_file) as im:
|
||||
im.load()
|
||||
pass
|
||||
|
||||
# this is an mmaped file.
|
||||
with Image.open("Tests/images/uint16_1_4660.tif") as im:
|
||||
|
|
Loading…
Reference in New Issue
Block a user