mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
Merge pull request #6354 from radarhere/libtiff
Revert "Skip test_realloc_overflow unless libtiff 4.0.4 or higher"
This commit is contained in:
commit
355820742b
|
@ -18,7 +18,6 @@ from .helper import (
|
||||||
hopper,
|
hopper,
|
||||||
mark_if_feature_version,
|
mark_if_feature_version,
|
||||||
skip_unless_feature,
|
skip_unless_feature,
|
||||||
skip_unless_feature_version,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -992,7 +991,6 @@ class TestFileLibTiff(LibTiffTestCase):
|
||||||
with Image.open(out) as im:
|
with Image.open(out) as im:
|
||||||
im.load()
|
im.load()
|
||||||
|
|
||||||
@skip_unless_feature_version("libtiff", "4.0.4")
|
|
||||||
def test_realloc_overflow(self):
|
def test_realloc_overflow(self):
|
||||||
TiffImagePlugin.READ_LIBTIFF = True
|
TiffImagePlugin.READ_LIBTIFF = True
|
||||||
with Image.open("Tests/images/tiff_overflow_rows_per_strip.tif") as im:
|
with Image.open("Tests/images/tiff_overflow_rows_per_strip.tif") as im:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user