jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/509755 )
Change subject: [tests] remove adding and then removing the same scripts from expected failures ......................................................................
[tests] remove adding and then removing the same scripts from expected failures
Change-Id: I43b02eb7fc17ffa99411e58b84088720c916b0e4 --- M tests/script_tests.py 1 file changed, 3 insertions(+), 9 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/script_tests.py b/tests/script_tests.py index 593c73c..ef3f18c 100644 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -366,15 +366,9 @@
net = False
- _expected_failures = set(failed_dep_script_set) # use a copy - # -help tests may pass even when packages are required - _expected_failures.discard('flickrripper') - _expected_failures.discard('imageharvest') - _expected_failures.discard('isbn') - _expected_failures.discard('match_images') - _expected_failures.discard('patrol') - _expected_failures.discard('states_redirect') - _expected_failures.discard('weblinkchecker') + # Here come scripts requiring and missing dependencies, that haven't been + # fixed to output -help in that case. + _expected_failures = set() _allowed_failures = []
_arguments = '-help'
pywikibot-commits@lists.wikimedia.org