From d792ef7222d279a9ae62266be0598ad2e964c797 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 13 Jun 2017 13:13:58 -0700 Subject: [PATCH] =?UTF-8?q?Give=20the=20=E2=80=98auto=E2=80=99=20renderer?= =?UTF-8?q?=20setting=20more=20test=20covfefe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_main.py b/tests/test_main.py index 1514e89f..d853973a 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -133,7 +133,7 @@ def test_remove_background(spoof_tesseract_noop, resources, outdir): @pytest.mark.parametrize( "pdf", ['palette.pdf', 'cmyk.pdf', 'ccitt.pdf', 'jbig2.pdf', 'lichtenstein.pdf']) -@pytest.mark.parametrize("renderer", ['hocr', 'tesseract']) +@pytest.mark.parametrize("renderer", ['auto', 'tesseract']) @pytest.mark.parametrize("output_type", ['pdf', 'pdfa']) def test_exotic_image(spoof_tesseract_cache, pdf, renderer, output_type, resources, outdir):