* Adrian Bunk <b...@debian.org>, 2017-08-25, 10:02:
======================================================================
FAIL: test_save_as_mofile (__main__.TestPoFile)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tests/tests.py", line 567, in test_save_as_mofile
self.assertEqual(s1, s2)
AssertionError: ... (huge string removed by bug submitter)
This is most likely fallout from #792687.
msgfmt now removes the POT-Creation-Date header from MO files, but polib does
not.
As a quick-and-dirty fix, you could remove this header from
tests/test_save_as_mofile.po.
--
Jakub Wilk