https://bugzilla.wikimedia.org/show_bug.cgi?id=67663

--- Comment #2 from John Mark Vandenberg <[email protected]> ---
Previously the error was

======================================================================
FAIL: test_wikipedia_de (tests.archivebot_tests.TestArchiveBot)
Test archivebot for one site
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/wikimedia/pywikibot-core/tests/archivebot_tests.py",
line 63, in test_archivebot
    self.assertTrue(isinstance(thread.timestamp, datetime))
AssertionError: False is not true

that line of test code has changed slightly, and the error is now:

======================================================================
FAIL: test_archivebot_de (tests.archivebot_tests.TestArchiveBot)
Test archivebot for one site on wikipedia:de
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/wikimedia/pywikibot-core/tests/aspects.py", line
243, in wrapped_method
    func(self, key)
  File "/home/travis/build/wikimedia/pywikibot-core/tests/archivebot_tests.py",
line 68, in test_archivebot
    self.assertIsInstance(thread.timestamp, datetime)
AssertionError: None is not an instance of <type 'datetime.datetime'>

https://travis-ci.org/wikimedia/pywikibot-core/jobs/35365726

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to