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 -5
View File
@@ -15,11 +15,7 @@ import pytest
from ocrmypdf.exceptions import ExitCode
from ocrmypdf.helpers import check_pdf
# pytest.helpers is dynamic
# pylint: disable=no-member,redefined-outer-name
run_ocrmypdf = pytest.helpers.run_ocrmypdf
run_ocrmypdf_api = pytest.helpers.run_ocrmypdf
from .conftest import run_ocrmypdf
def test_stdin(ocrmypdf_exec, resources, outpdf):