jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/521027 )
Change subject: [bugfix] Do not use pydocstyle 4.0.0 until upstream issue is
solved
......................................................................
[bugfix] Do not use pydocstyle 4.0.0 until upstream issue is solved
Do not use pydocstyle 4.0.0 until flake8-docstring problem with pydocstyle
is solved upstream.
Bug: T227403
Change-Id: I06b433a4a7701fff62be21e0f4c577c8f77a0408
---
M setup.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Dalba: Looks good to me, approved
jenkins-bot: Verified
diff --git a/setup.py b/setup.py
index 9f125f7..6262505 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@
dependencies = ['requests>=2.20.0']
-pydocstyle = 'pydocstyle<=3.0.0' if PY2 else 'pydocstyle>=2.5.0'
+pydocstyle = 'pydocstyle<=3.0.0' if PY2 else 'pydocstyle>=2.5.0,!=4.0.0'
if PY2:
pillow = 'Pillow<7.0.0'
elif PYTHON_VERSION < (3, 5):
--
To view, visit https://gerrit.wikimedia.org/r/521027
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: I06b433a4a7701fff62be21e0f4c577c8f77a0408
Gerrit-Change-Number: 521027
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Dalba <[email protected]>
Gerrit-Reviewer: Dvorapa <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits