Skip to content

Commit 47750bf

Browse files
authored
Merge pull request #8129 from radarhere/libtiff_version
2 parents 7928beb + 84b2847 commit 47750bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_file_libtiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class TestFileLibTiff(LibTiffTestCase):
5454
def test_version(self) -> None:
5555
version = features.version_codec("libtiff")
5656
assert version is not None
57-
assert re.search(r"\d+\.\d+\.\d+$", version)
57+
assert re.search(r"\d+\.\d+\.\d+t?$", version)
5858

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

0 commit comments

Comments
 (0)