Skip to content

Commit 9439df1

Browse files
tests/test_pixmap.py:test_4699(): expect bug to be fixed with mupdf>=1.26.11.
Upstream fix is now on mupdf-1.26.x.
1 parent 34c83d7 commit 9439df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pixmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ def test_4699():
644644
print(f'Have saved to {path_png_actual=}.')
645645
rms = gentle_compare.pixmaps_rms(path_png_expected, pixmap)
646646
print(f'test_4699(): {rms=}')
647-
if pymupdf.mupdf_version_tuple >= (1, 27):
647+
if pymupdf.mupdf_version_tuple >= (1, 26, 11):
648648
assert rms == 0
649649
else:
650650
wt = pymupdf.TOOLS.mupdf_warnings()

0 commit comments

Comments
 (0)