John Vandenberg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/263662

Change subject: Pin pep8==1.5.7
......................................................................

Pin pep8==1.5.7

pep8 1.7.0 includes a regression in the handling of E731
which causes '# noqa' to be ignored.

Change-Id: If8a22d57f4b2b22695314810825b80c7b581a07b
---
M dev-requirements.txt
M tox.ini
2 files changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/62/263662/1

diff --git a/dev-requirements.txt b/dev-requirements.txt
index 81f4b4a..a597c7c 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -6,6 +6,7 @@
 
 nose
 
+pep8==1.5.7
 pep257>=0.6
 pyflakes>=0.9
 flake8
diff --git a/tox.ini b/tox.ini
index bd09641..42f02d5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,6 +29,7 @@
 basepython = python2.7
 deps = flake8
        hacking
+       pep8==1.5.7
        flake8-docstrings<0.2.2
        flake8-putty>=0.2.0
        flake8-coding
@@ -43,6 +44,7 @@
     flake8 --ignore={[flake8]ignore} {posargs}
 basepython = python3
 deps = flake8
+       pep8==1.5.7
        flake8-docstrings<0.2.2
        flake8-putty>=0.2.0
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If8a22d57f4b2b22695314810825b80c7b581a07b
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <jay...@gmail.com>

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

Reply via email to