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

Change subject: [tests] Update pywin32 dependency
......................................................................

[tests] Update pywin32 dependency

Require pywin32>=225 for tests to enable this packages for newer Pythons

Change-Id: I829f62ceb805980d50c5ce749492cf0acfe2112e
---
M setup.py
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/setup.py b/setup.py
index f4ccce6..fab0fd1 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
 - upload this patchset to gerrit and merge it.
 """
 #
-# (C) Pywikibot team, 2009-2020
+# (C) Pywikibot team, 2009-2021
 #
 # Distributed under the terms of the MIT license.
 #
@@ -135,7 +135,7 @@
 if os.name == 'nt' and os.environ.get('PYSETUP_TEST_NO_UI', '0') != '1':
     test_deps += [
         'pywinauto>0.6.4',
-        'pywin32>220',
+        'pywin32>=225',
     ]

 # Add all dependencies as test dependencies,

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/657856
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: I829f62ceb805980d50c5ce749492cf0acfe2112e
Gerrit-Change-Number: 657856
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to