jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/566112 )

Change subject: [tests] Make last scripts test work
......................................................................

[tests] Make last scripts test work

The package name is python-stdnum but module identifier is stdnum only.

Bug: T243169
Change-Id: I47c7923a009d87af2e0a6e17723149c6772ebc8e
---
M tests/script_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/script_tests.py b/tests/script_tests.py
index 8f5db09..e7cff05 100644
--- a/tests/script_tests.py
+++ b/tests/script_tests.py
@@ -24,7 +24,7 @@
 script_deps = {
     'flickrripper': ['flickrapi', 'PIL'],
     'imageharvest': ['bs4'],
-    'isbn': ['python-stdnum'],
+    'isbn': ['stdnum'],
     'match_images': ['PIL.Image'],
     'states_redirect': ['pycountry'],
     'patrol': ['mwparserfromhell'],

--
To view, visit https://gerrit.wikimedia.org/r/566112
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I47c7923a009d87af2e0a6e17723149c6772ebc8e
Gerrit-Change-Number: 566112
Gerrit-PatchSet: 5
Gerrit-Owner: Dvorapa <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to