Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/770084 )
Change subject: [tests] Fix script_tests on github ......................................................................
[tests] Fix script_tests on github
Change-Id: Ic823377a00b2c329e2640ea26f85708537e108d0 --- M tests/script_tests.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/tests/script_tests.py b/tests/script_tests.py index 66927c7..245e491 100644 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -422,7 +422,6 @@ 'interwiki', 'listpages', 'movepages', - 'newitem', 'pagefromfile', 'protect', 'redirect', @@ -435,6 +434,7 @@ }
_allowed_failures = [ + 'newitem', ]
_arguments = '-simulate -page:Foo -always'
pywikibot-commits@lists.wikimedia.org