jenkins-bot has submitted this change and it was merged.

Change subject: Script test checks: import ImageTk from PIL
......................................................................


Script test checks: import ImageTk from PIL

Replace 'import ImageTk' with 'import PIL.ImageTk' in dependency
checks used by script_tests.py

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

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



diff --git a/tests/script_tests.py b/tests/script_tests.py
index b46e647..07aba13 100644
--- a/tests/script_tests.py
+++ b/tests/script_tests.py
@@ -26,7 +26,7 @@
     'script_wui': ['crontab', 'lua'],
     # Note: package 'lunatic-python' provides module 'lua'
 
-    'flickrripper': ['ImageTk', 'flickrapi'],
+    'flickrripper': ['PIL.ImageTk', 'flickrapi'],
     # Note: 'PIL' is not available via pip2.7 on MS Windows,
     #       however it is available with setuptools.
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/170647
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Icde45330c5e1ac22c77a55be94d531ad509a66c2
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to