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 bfe0781 commit c883330Copy full SHA for c883330
tests/test_general.py
@@ -616,7 +616,7 @@ def test_2596():
616
pix1 = page.get_pixmap()
617
assert pix1.samples == pix0.samples
618
rebased = hasattr(pymupdf, 'mupdf')
619
- if pymupdf.mupdf_version_tuple < (1, 27):
+ if pymupdf.mupdf_version_tuple < (1, 26, 6):
620
wt = pymupdf.TOOLS.mupdf_warnings()
621
assert wt == 'too many indirections (possible indirection cycle involving 24 0 R)'
622
0 commit comments