From 97c574016d0dbfac8e0282d751d0bf23f9571289 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Thu, 25 Jan 2018 17:28:47 -0800 Subject: 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- cgit v1.2.1