Remove the OCRMYPDF_program environment variables
Really, this was just replicating the functionality of the PATH environment variable, and users probably do that anyway.
This commit is contained in:
Regular → Executable
+1
-6
@@ -87,12 +87,7 @@ def spoof_qpdf_always_error(tmpdir_factory):
|
||||
|
||||
|
||||
@pytest.fixture(scope='session')
|
||||
def spoof_unpaper_missing(tmpdir_factory):
|
||||
return spoof(tmpdir_factory) #
|
||||
|
||||
|
||||
@pytest.fixture(scope='session')
|
||||
def spoof_unpaper_old(tmpdir_factory):
|
||||
def spoof_unpaper_oldversion(tmpdir_factory):
|
||||
return spoof(tmpdir_factory, unpaper='unpaper_oldversion.py')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user