jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[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(-)

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'

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I43b02eb7fc17ffa99411e58b84088720c916b0e4
Gerrit-Change-Number: 509755
Gerrit-PatchSet: 3
Gerrit-Owner: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)