jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/538377 )
Change subject: [tests] Remove test_hackerspaces ......................................................................
[tests] Remove test_hackerspaces
http://hackerspaces.org wiki has been moved to https protocol and access will not fail anymore. The test is obsolete then (and the remaining tests will be enough).
Bug: T233419 Bug: T223486 Change-Id: I6ebca6152b26b9ed8486af6aaa06548cc4c69700 --- M tests/site_detect_tests.py 1 file changed, 0 insertions(+), 4 deletions(-)
Approvals: Mpaa: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/site_detect_tests.py b/tests/site_detect_tests.py index ae5d7df..f8cd7a7 100644 --- a/tests/site_detect_tests.py +++ b/tests/site_detect_tests.py @@ -196,10 +196,6 @@ """ self.assertNoSite('http://wiki.animutationportal.com/index.php/$1')
- def test_hackerspaces(self): - """Test detection of MediaWiki sites for hackerspaces.org.""" - self.assertNoSite('http://hackerspaces.org/wiki/$1') -
class APIDisabledTestCase(SiteDetectionTestCase):
pywikibot-commits@lists.wikimedia.org