Xqt submitted this change.

View Change

Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
[tests] Add commons_information to script_tests.script_deps

Change-Id: I8c7826626d9ccaa0503086d2e513a948c4c1192b
---
M tests/script_tests.py
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tests/script_tests.py b/tests/script_tests.py
index c2a6dd7..4e7cb11 100644
--- a/tests/script_tests.py
+++ b/tests/script_tests.py
@@ -22,6 +22,7 @@
# These dependencies are not always the package name which is in setup.py.
# Here, the name given to the module which will be imported is required.
script_deps = {
+ 'commons_information': ['mwparserfromhell'],
'patrol': ['mwparserfromhell'],
'weblinkchecker': ['memento_client'],
}

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

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