Skip to content

Commit

Permalink
Merge pull request #6354 from radarhere/libtiff
Browse files Browse the repository at this point in the history
Revert "Skip test_realloc_overflow unless libtiff 4.0.4 or higher"
  • Loading branch information
hugovk committed Jun 8, 2022
2 parents 7972671 + 1c0bc81 commit 3558207
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/test_file_libtiff.py
Expand Up @@ -18,7 +18,6 @@
hopper,
mark_if_feature_version,
skip_unless_feature,
skip_unless_feature_version,
)


Expand Down Expand Up @@ -992,7 +991,6 @@ def test_sampleformat_not_corrupted(self):
with Image.open(out) as im:
im.load()

@skip_unless_feature_version("libtiff", "4.0.4")
def test_realloc_overflow(self):
TiffImagePlugin.READ_LIBTIFF = True
with Image.open("Tests/images/tiff_overflow_rows_per_strip.tif") as im:
Expand Down

0 comments on commit 3558207

Please sign in to comment.