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 03491ca commit 29e4b40Copy full SHA for 29e4b40
tests/test_general.py
@@ -609,7 +609,7 @@ def test_2596():
609
pix1 = page.get_pixmap()
610
assert pix1.samples == pix0.samples
611
rebased = hasattr(pymupdf, 'mupdf')
612
- if rebased:
+ if pymupdf.mupdf_version_tuple < (1, 27):
613
wt = pymupdf.TOOLS.mupdf_warnings()
614
assert wt == 'too many indirections (possible indirection cycle involving 24 0 R)'
615
0 commit comments