andrewferrier / email2pdf

Script to convert emails to PDF from the command-line, as well as detach recognized attachments. Helps to process incoming emails and assist automatically with a non-paper paperwork workflow. Designed to work in tandem with getmail to convert forwarded emails to PDF automatically.
MIT License
68 stars 35 forks source link

Running unit tests is emitting DeprecationWarnings on most tests on OS X #99

Closed andrewferrier closed 8 years ago

andrewferrier commented 8 years ago
/usr/local/lib/python3.5/site-packages/bs4/builder/_lxml.py:240: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
  self.parser.feed(markup)
andrewferrier commented 8 years ago

Cannot recreate.