From 1c0bc81a6513f9c9f93de024167699cf37f600be Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 8 Jun 2022 17:51:44 +1000 Subject: [PATCH] Revert "Skip test_realloc_overflow unless libtiff 4.0.4 or higher" --- Tests/test_file_libtiff.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/test_file_libtiff.py b/Tests/test_file_libtiff.py index a26cd9b469f..a43548ae0f3 100644 --- a/Tests/test_file_libtiff.py +++ b/Tests/test_file_libtiff.py @@ -18,7 +18,6 @@ hopper, mark_if_feature_version, skip_unless_feature, - skip_unless_feature_version, ) @@ -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: