Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Skip test_realloc_overflow unless libtiff 4.0.4 or higher" #6354

Merged
merged 1 commit into from Jun 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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