jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[tests] Fix unexpected success fo script_tests.py with -simulate

Also fix allowed failure for generator tests with pytest

Change-Id: I45cda194059d947515164c2c2fa60a2359c5fe9a
---
M tests/script_tests.py
1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/tests/script_tests.py b/tests/script_tests.py
index 91a38ba..d5ffae6 100755
--- a/tests/script_tests.py
+++ b/tests/script_tests.py
@@ -364,7 +364,6 @@
'catall', # stdout user interaction
'checkimages',
'revertbot',
- 'unusedfiles', # not localized for default sites
}

_allowed_failures = {
@@ -372,12 +371,12 @@
'clean_sandbox',
'delinker',
'disambredir',
- 'misspelling', # T94681
+ 'misspelling', # T94681
'noreferences',
'nowcommons',
'patrol',
'shell',
- 'unusedfiles',
+ 'unusedfiles', # not localized for default sites
'upload', # raises custom ValueError
'watchlist', # not logged in
}
@@ -423,21 +422,35 @@
}

_allowed_failures = {
+ 'archivebot',
'basic',
+ 'blockpageschecker',
+ 'category_redirect',
+ 'checkimages',
+ 'clean_sandbox',
'commonscat',
'commons_information',
'coordinate_import',
'cosmetic_changes',
+ 'create_isbn_edition',
+ 'delinker',
'fixing_redirects',
'illustrate_wikidata',
'image',
'imagetransfer',
'interwikidata',
+ 'misspelling',
'newitem',
+ 'parser_function_count',
+ 'patrol',
'replace',
+ 'shell',
'solve_disambiguation',
'touch',
+ 'unusedfiles',
+ 'watchlist',
'weblinkchecker',
+ 'welcome',
}

_arguments = '-simulate -page:Foo -always'

To view, visit change 834636. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I45cda194059d947515164c2c2fa60a2359c5fe9a
Gerrit-Change-Number: 834636
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged