======================================================================
FAIL: test_archivebot_it (tests.archivebot_tests.TestArchiveBot.test_archivebot_it) (thread='grazie', content='e:Xqt|Xqt]] ([[Discussioni utente:Xqt|msg]]) 20:32, 13 ott 2009 (CEST)\n\n')
Test archivebot for one site on wikipedia:it
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/pywikibot/pywikibot/tests/archivebot_tests.py", line 154, in test_archivebot
self.assertIsInstance(thread.timestamp, datetime)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: None is not an instance of <class 'datetime.datetime'>The reason is that Site.months_names were changed recently and textlib.TimeStripper cannot extract the timestamp anymore.