Skip to content

Commit 1c0bc81

Browse files
committed
Revert "Skip test_realloc_overflow unless libtiff 4.0.4 or higher"
1 parent 7972671 commit 1c0bc81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/test_file_libtiff.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
hopper,
1919
mark_if_feature_version,
2020
skip_unless_feature,
21-
skip_unless_feature_version,
2221
)
2322

2423

@@ -992,7 +991,6 @@ def test_sampleformat_not_corrupted(self):
992991
with Image.open(out) as im:
993992
im.load()
994993

995-
@skip_unless_feature_version("libtiff", "4.0.4")
996994
def test_realloc_overflow(self):
997995
TiffImagePlugin.READ_LIBTIFF = True
998996
with Image.open("Tests/images/tiff_overflow_rows_per_strip.tif") as im:

0 commit comments

Comments
 (0)