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.
1 parent 4c16779 commit 4c24a2eCopy full SHA for 4c24a2e
tests/basic_test.py
@@ -105,7 +105,7 @@ def test_full_build():
105
assert info["HEIF"]
106
assert info["encoders"]
107
assert info["decoders"]
108
- expected_version = os.getenv("EXP_PH_LIBHEIF_VERSION", "1.18.2")
+ expected_version = os.getenv("EXP_PH_LIBHEIF_VERSION", "1.19.5")
109
if expected_version:
110
assert info["libheif"] == expected_version
111
@@ -116,7 +116,7 @@ def test_light_build():
116
assert not info["AVIF"]
117
assert not info["HEIF"]
118
119
120
121
122
0 commit comments