Xqt has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/383515 )

Change subject: [bugfix] fix flake8-docstrings failure
......................................................................

[bugfix] fix flake8-docstrings failure

- flake8-docstrings failes with pydocstyle 2.1.0 amd 2.1.1

Bug: T177912
Change-Id: Ifa583511f1408ce6871d24ec0caa3524dd212a0a
---
M tox.ini
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/15/383515/1

diff --git a/tox.ini b/tox.ini
index 668d4b7..659aab1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,7 +56,7 @@
 basepython = python2.7
 deps = flake8<3
        pyflakes >= 1.1
-       pydocstyle >= 2.0.0
+       pydocstyle = 2.0.0
        hacking
        flake8-docstrings>=1.1.0
        flake8-putty>=0.3.2

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa583511f1408ce6871d24ec0caa3524dd212a0a
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <i...@gno.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to