jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/904767 )

Change subject: [test] stdnum 1.18+ is required, force it for tests
......................................................................

[test] stdnum 1.18+ is required, force it for tests

Change-Id: Id1cbcfbd5250e7c0f58c1e7f23511203123c5715
---
M tests/cosmetic_changes_tests.py
1 file changed, 10 insertions(+), 1 deletion(-)

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




diff --git a/tests/cosmetic_changes_tests.py b/tests/cosmetic_changes_tests.py
index 9073fac..4c41716 100755
--- a/tests/cosmetic_changes_tests.py
+++ b/tests/cosmetic_changes_tests.py
@@ -562,7 +562,7 @@
     @classmethod
     def setUpClass(cls):
         """Skip tests if isbn libraries are missing."""
-        if not has_module('stdnum', version='1.17'):
+        if not has_module('stdnum', version='1.18'):
             raise unittest.SkipTest('python-stdnum is not available.')
         super().setUpClass()


--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/904767
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id1cbcfbd5250e7c0f58c1e7f23511203123c5715
Gerrit-Change-Number: 904767
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to