Adjust test again for older Ghostscript

This commit is contained in:
James R. Barlow 2025-01-27 23:44:37 -08:00
parent e6daa28c6d
commit 137b054f43
No known key found for this signature in database
GPG Key ID: E54A300D567E1260

View File

@ -241,6 +241,10 @@ def pdf_with_invalid_image(outdir):
return outdir / 'invalid_image.pdf'
@pytest.mark.xfail(
ghostscript.version() < Version('10.04.0'),
reason="Older Ghostscript behavior is different",
)
def test_recoverable_image_error(pdf_with_invalid_image, outdir, caplog):
# When stop_on_error is False, we expect Ghostscript to print an error
# but continue