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

Change subject: tox.ini: Don't use pydocstyle 2.0.0
......................................................................

tox.ini: Don't use pydocstyle 2.0.0

pydocstyle 2.0.0 is not compatible with flake8-docstrings.

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


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/97/348897/1

diff --git a/tox.ini b/tox.ini
index 513d5cc..d702afe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -52,7 +52,7 @@
 basepython = python2.7
 deps = flake8<3
        pyflakes >= 1.1
-       pydocstyle != 1.1.0
+       pydocstyle != 2.0.0
        hacking
        flake8-docstrings>=0.2.6
        flake8-putty>=0.3.2

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf2996dfed11b30ac11aa55b629f15ba83d282ea
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Dalba <dalba.w...@gmail.com>

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

Reply via email to