issue #2959: fix broken test

This commit is contained in:
Dvořák Václav 2018-01-25 01:19:25 +01:00
parent 95f5c8d4ff
commit f9566877f3

View File

@ -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()