We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7928beb + 84b2847 commit 47750bfCopy full SHA for 47750bf
Tests/test_file_libtiff.py
@@ -54,7 +54,7 @@ class TestFileLibTiff(LibTiffTestCase):
54
def test_version(self) -> None:
55
version = features.version_codec("libtiff")
56
assert version is not None
57
- assert re.search(r"\d+\.\d+\.\d+$", version)
+ assert re.search(r"\d+\.\d+\.\d+t?$", version)
58
59
def test_g4_tiff(self, tmp_path: Path) -> None:
60
"""Test the ordinary file path load path"""
0 commit comments