Skip to content

Commit

Permalink
Merge pull request #8129 from radarhere/libtiff_version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jun 11, 2024
2 parents 7928beb + 84b2847 commit 47750bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_libtiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class TestFileLibTiff(LibTiffTestCase):
def test_version(self) -> None:
version = features.version_codec("libtiff")
assert version is not None
assert re.search(r"\d+\.\d+\.\d+$", version)
assert re.search(r"\d+\.\d+\.\d+t?$", version)

def test_g4_tiff(self, tmp_path: Path) -> None:
"""Test the ordinary file path load path"""
Expand Down

0 comments on commit 47750bf

Please sign in to comment.