jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/634684 )
Change subject: [tests] Remove test_wikif1 test in site_detect_tests test_wikif1 ......................................................................
[tests] Remove test_wikif1 test in site_detect_tests test_wikif1
The site does no longer exist
Bug: T265788 Change-Id: If1e00c9de085a3d083838ba24caf111714cf01da --- M tests/site_detect_tests.py 1 file changed, 0 insertions(+), 4 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/site_detect_tests.py b/tests/site_detect_tests.py index 0868237..f1c13b4 100644 --- a/tests/site_detect_tests.py +++ b/tests/site_detect_tests.py @@ -123,10 +123,6 @@
"""Test detection of MediaWiki sites prior to the API."""
- def test_wikif1(self): - """Test detection of MediaWiki sites for www.wikif1.org.""" - self.assertNoSite('http://www.wikif1.org/$1') - def test_thelemapedia(self): """Test detection of MediaWiki sites for www.thelemapedia.org.""" self.assertNoSite('http://www.thelemapedia.org/index.php/$1')
pywikibot-commits@lists.wikimedia.org