pdfa: remove a pile of deprecated code

It's now handled in pikepdf.
This commit is contained in:
James R. Barlow
2018-12-31 00:05:13 -08:00
parent 05152a8af9
commit cfc5cdf47d
2 changed files with 17 additions and 78 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ def test_srgb_in_unicode_path(tmpdir):
copyfile(SRGB_ICC_PROFILE, fspath(dst))
with patch('ocrmypdf.pdfa.SRGB_ICC_PROFILE', new=str(dst)):
generate_pdfa_ps(dstdir / 'out.ps', {})
generate_pdfa_ps(dstdir / 'out.ps')
def test_kodak_toc(resources, outpdf, spoof_tesseract_noop):