Hashar has uploaded a new change for review.
https://gerrit.wikimedia.org/r/264057
Change subject: Restrain pep8 to 1.5.x
......................................................................
Restrain pep8 to 1.5.x
pep8 1.6.x comes with new checks that fails on the repository. Set an
upper version constraint to stick to 1.5.x.
Change-Id: Ia50a1a12673f895cfcff6b89ff585aa990c4de69
---
M tox.ini
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/analytics/wikimetrics
refs/changes/57/264057/1
diff --git a/tox.ini b/tox.ini
index 6e97776..b8dcc19 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,8 @@
[testenv:flake8]
commands = flake8
# Skip all dependencies
-deps = flake8
+deps = pep8<1.6.0
+ flake8
[testenv:venv]
commands = {posargs}
--
To view, visit https://gerrit.wikimedia.org/r/264057
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia50a1a12673f895cfcff6b89ff585aa990c4de69
Gerrit-PatchSet: 1
Gerrit-Project: analytics/wikimetrics
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits