Skip to content

Commit 1f7edbc

Browse files
tests/test_pixmap.py: test_3806(): updated to expect fix in mupdf-1.26.6.
1 parent 2dc27f5 commit 1f7edbc

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
@@ -596,7 +596,7 @@ def test_3806():
596596
pixmap.save(path_png)
597597
rms = gentle_compare.pixmaps_rms(path_png_expected, pixmap)
598598
print(f'{rms=}')
599-
if pymupdf.mupdf_version_tuple >= (1, 27):
599+
if pymupdf.mupdf_version_tuple >= (1, 26, 6):
600600
assert rms < 0.1
601601
else:
602602
assert rms > 50

0 commit comments

Comments
 (0)