jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/860877 )
Change subject: [tests] Solve unexpected success with script_tests ......................................................................
[tests] Solve unexpected success with script_tests
Change-Id: I50dd4f93e811306c7ca84221f5aaea2eb92be31e --- M tests/script_tests.py 1 file changed, 9 insertions(+), 4 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/script_tests.py b/tests/script_tests.py index 70a0d3a..c239f8f 100755 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -405,7 +405,6 @@ 'claimit', 'clean_sandbox', 'commonscat', - 'coordinate_import', 'create_isbn_edition', 'dataextend', 'data_ingestion', @@ -413,7 +412,6 @@ 'delinker', 'djvutext', 'download_dump', - 'fixing_redirects', 'harvest_template', 'imagetransfer', 'interwiki', @@ -421,14 +419,12 @@ 'login', 'misspelling', 'movepages', - 'newitem', 'pagefromfile', 'parser_function_count', 'patrol', 'protect', 'redirect', 'reflinks', # 404-links.txt is required - 'replace', 'replicate_wiki', 'revertbot', 'shell',
pywikibot-commits@lists.wikimedia.org