mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
issue #2959: fix broken test
This commit is contained in:
parent
95f5c8d4ff
commit
f9566877f3
|
@ -174,9 +174,6 @@ class TestFilePdf(PillowTestCase):
|
|||
im.save(f, format="PDF", append=True)
|
||||
self.assertGreater(len(f.getvalue()), initial_size)
|
||||
|
||||
def test_pdf_parser(self):
|
||||
pdfParser.selftest()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in New Issue
Block a user