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:
James R. Barlow
2018-03-24 15:09:08 -07:00
parent 11d74dea09
commit e5e011021b
2 changed files with 1 additions and 6 deletions
View File
+1 -6
View File
@@ -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')