From c2331db80c31d5222d1c267b8a0de5ce58b7f6f0 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Thu, 21 Dec 2017 10:48:49 -0800 Subject: Pin pylint and lz4 to avoid breaking tests --- requirements-dev.txt | 3 ++- 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 diff --git a/tox.ini b/tox.ini index a87e646..d076702 100644 --- a/tox.ini +++ b/tox.ini @@ -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 = -- cgit v1.2.1