8000 Tighter test case · python-pillow/Pillow@05b175e · GitHub
[go: up one dir, main page]

Skip to content

Commit 05b175e

Browse files
wiredfoolhugovk
authored andcommitted
Tighter test case
1 parent 13f2c5a commit 05b175e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_file_tiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ def test_timeout(self):
868868
def test_oom(self, test_file):
869869
with pytest.raises(UnidentifiedImageError):
870870
with Image.open(test_file) as im:
871-
im.load()
871+
pass
872872

873873

874874

0 commit comments

Comments
 (0)
0