diff options
author | Dana Powers <dana.powers@gmail.com> | 2017-12-21 11:37:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-21 11:37:05 -0800 |
commit | 995664c7d407009a0a1030c7541848eb5ad51c97 (patch) | |
tree | 89ea2b54fbe4df836e74d3408a1aaa65e41ec904 | |
parent | 580520bcb9dc2ed9725e4b4871cd275f6826a182 (diff) | |
download | kafka-python-995664c7d407009a0a1030c7541848eb5ad51c97.tar.gz |
Pin pylint and lz4 to avoid breaking tests (#1330)
-rw-r--r-- | requirements-dev.txt | 3 | ||||
-rw-r--r-- | tox.ini | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index dd56df6..249eb23 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,10 +5,11 @@ pytest-catchlog==1.2.2 docker-py==1.10.6 coveralls==1.2.0 Sphinx==1.6.4 -lz4==0.10.1 +lz4==0.11.1 xxhash==1.0.1 python-snappy==0.5.1 tox==2.9.1 +pylint==1.8.0 pytest-pylint==0.7.1 # pytest-sugar==0.9.0 pytest-mock==1.6.3 @@ -12,12 +12,13 @@ deps = pytest pytest-cov pytest-catchlog + py{27,34,35,36,py}: pylint==1.8.0 py{27,34,35,36,py}: pytest-pylint pytest-sugar pytest-mock mock python-snappy - lz4 + lz4==0.11.1 xxhash py26: unittest2 commands = |