jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/740668 )
Change subject: [tests] pep257 was replaced by pydocstyle ......................................................................
[tests] pep257 was replaced by pydocstyle
Change-Id: I5298449ca155b859348e2921e9f7c693c559b2d3 --- M dev-requirements.txt 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/dev-requirements.txt b/dev-requirements.txt index 8dbd64c..2679801 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ cffi >= 1.0.0, < 1.15.0 ;python_version=="3.5" pytest-httpbin
-pep257>=0.6 +pydocstyle>=4.0.0 pyflakes>=2.1.0 flake8>=3.9.1 flake8-docstrings>=0.2.6
pywikibot-commits@lists.wikimedia.org