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 1c60c20 commit 23de718Copy full SHA for 23de718
tests/test_font.py
@@ -69,7 +69,7 @@ def test_2608():
69
f.write(text.encode('utf8'))
70
path_expected = os.path.normpath(f'{__file__}/../../tests/resources/test_2608_expected')
71
path_expected_1_26 = os.path.normpath(f'{__file__}/../../tests/resources/test_2608_expected_1.26')
72
- if pymupdf.mupdf_version_tuple >= (1, 27):
+ if pymupdf.mupdf_version_tuple >= (1, 26, 11):
73
path_expected2 = path_expected
74
else:
75
path_expected2 = path_expected_1_26
0 commit comments