summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2018-10-24 22:50:06 -0700
committerJeff Widman <jeff@jeffwidman.com>2018-10-26 21:02:44 -0700
commit80b34bd4090148a9a46ebc89971959f7a46c32c6 (patch)
tree84ccc5c8cedfdc8452fc182b2e2ef89bdfa7eb6d
parent827fc27e5268ca6c7d8eaafb10bffb0cdbd57a0f (diff)
downloadkafka-python-stop-pinning-pylint.tar.gz
Stop pinning `pylint`stop-pinning-pylint
We have many deprecation warnings in the travis logs for things that are fixed in newer versions of `pylint` or `pylint`'s dependencies. Note that `pylint` >= 2.0 does not support python 2, so this will result in different versions of pylint running for python 2 vs python 3. Personally, I am just fine with this.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ad95f93..1760aff 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ log_format = %(created)f %(filename)-23s %(threadName)s %(message)s
deps =
pytest
pytest-cov
- py{27,34,35,36,py}: pylint==1.8.2
+ py{27,34,35,36,py}: pylint
py{27,34,35,36,py}: pytest-pylint
pytest-mock
mock