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: