Skip to content

Remove dependency from MailmanClient internal API

Postorius is currently not compatible with the latest master branch of Mailmanclient for more than one reason:

  • mailmanclient#26 (closed)

  • Postorius' tests import mailmanclient.testing.vcr_helpers which is no longer there because of the move to pytest.

If there are other use cases of the helpers/internal API, MailmanClient should expose them in Public API so that things don't break in future.