jenkins-bot merged this change.

View Change

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

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 change 566112. To unsubscribe, or for help writing mail filters, visit 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 <dvorapa@seznam.cz>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)