https://bugzilla.wikimedia.org/show_bug.cgi?id=73120
Bug ID: 73120 Summary: test_image_usage_no_redirect_filter failure Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: minor Priority: Unprioritized Component: tests Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: jayvdb@gmail.com Web browser: --- Mobile Platform: ---
First notices in bug 71971 comment 8
https://travis-ci.org/wikimedia/pywikibot-core/jobs/37948029
Then comment 14
https://travis-ci.org/wikimedia/pywikibot-core/jobs/38570786
And now another case
https://travis-ci.org/wikimedia/pywikibot-core/jobs/40263130
FAIL: test_image_usage_no_redirect_filter (tests.site_tests.TestImageUsage) Test the site.imageusage() method with redirects. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/wikimedia/pywikibot-core/tests/site_tests.py", line 698, in test_image_usage_no_redirect_filter self.assertFalse(using.isRedirectPage()) AssertionError: True is not false
The three builds have all been en.wikipedia.
One potential possibility is that the page stops being a redirect during the test run, in which case the 'bug' is in the test case, and not in pywikibot.