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

Change subject: [tests] update pydocstyle and flake8-docstrings dependency
......................................................................

[tests] update pydocstyle and flake8-docstrings dependency

flake8-docstrings bug is solved upstream with v1.3.1

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

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



diff --git a/setup.py b/setup.py
index ff46904..1830840 100644
--- a/setup.py
+++ b/setup.py
@@ -57,11 +57,11 @@
     'flake8': [  # Due to incompatibilities between packages the order matters.
         'flake8>=3.7.5',
         'pydocstyle<=3.0.0;python_version<"3"',
-        'pydocstyle>=2.5.0,!=4.0.0;python_version>="3.4"',
+        'pydocstyle>=4.0.0;python_version>="3.4"',
         'hacking',
         'flake8-coding',
         'flake8-comprehensions',
-        'flake8-docstrings>=1.1.0',
+        'flake8-docstrings>=1.3.1',
         'flake8-future-import',
         'flake8-mock>=0.3',
         'flake8-print>=2.0.1',

--
To view, visit https://gerrit.wikimedia.org/r/521028
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: Iecb67d7b996149b9594ad44c016098217a3719fd
Gerrit-Change-Number: 521028
Gerrit-PatchSet: 4
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Dalba <[email protected]>
Gerrit-Reviewer: John Vandenberg <[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