From c591f9601a73c76e14a5b8f9a92d37222bd079b1 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 19 Nov 2023 23:51:27 -0800 Subject: [PATCH] Remove Latin hOCR test --- tests/test_validation.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/test_validation.py b/tests/test_validation.py index c29d1637..1cc614b6 100644 --- a/tests/test_validation.py +++ b/tests/test_validation.py @@ -41,13 +41,6 @@ def make_opts(*args, **kwargs): return opts -def test_hocr_notlatin_warning(caplog): - vd.check_options_output( - make_opts_pm(language='chi_sim', pdf_renderer='hocr', output_type='pdfa')[0] - ) - assert 'PDF renderer is known to cause' in caplog.text - - def test_old_tesseract_error(): with patch( 'ocrmypdf._exec.tesseract.version',