Remove pytest_helpers_namespace

This commit is contained in:
James R. Barlow
2021-04-07 01:56:51 -07:00
parent a861c58da2
commit aa115a8be3
22 changed files with 87 additions and 79 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ from ocrmypdf._exec import jbig2enc, pngquant
from ocrmypdf._exec.ghostscript import rasterize_pdf
from ocrmypdf.helpers import Resolution
check_ocrmypdf = pytest.helpers.check_ocrmypdf # pylint: disable=e1101
from .conftest import check_ocrmypdf
needs_pngquant = pytest.mark.skipif(
not pngquant.available(), reason="pngquant not installed"