summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2018-01-25 17:28:47 -0800
committerJeff Widman <jeff@jeffwidman.com>2018-01-26 13:52:51 -0800
commit4dc0899411a8de4eac94481ed719ecdc975c3bb4 (patch)
tree17864b7b49aeeacee0aae8571098aa5f6a80f9bc
parent3e12607b17407a6d17be84967156f1c7aa3348ce (diff)
downloadkafka-python-4dc0899411a8de4eac94481ed719ecdc975c3bb4.tar.gz
Stop pinning lz4
Opening a PR to check if tests pass with the new version. If so, we'll want to bump `requirements-dev.txt` as well. Many thanks to @jonathanunderwood for his diligent work here: https://github.com/dpkp/kafka-python/issues/1021#issuecomment-359161985
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d076702..c2558f5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,7 @@ deps =
pytest-mock
mock
python-snappy
- lz4==0.11.1
+ lz4
xxhash
py26: unittest2
commands =