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:03:48 -0700
commitb54607fbb88507e692f63c5c547742009f6bcaa8 (patch)
tree84ccc5c8cedfdc8452fc182b2e2ef89bdfa7eb6d
parentcd0bd8e4db66a532f19a76908c677ebf004f642e (diff)
downloadkafka-python-b54607fbb88507e692f63c5c547742009f6bcaa8.tar.gz
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