diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2018-01-25 17:28:47 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-25 17:28:47 -0800 |
commit | 97c574016d0dbfac8e0282d751d0bf23f9571289 (patch) | |
tree | 17864b7b49aeeacee0aae8571098aa5f6a80f9bc | |
parent | 3e12607b17407a6d17be84967156f1c7aa3348ce (diff) | |
download | kafka-python-bump-lz4.tar.gz |
Stop pinning lz4bump-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ deps = pytest-mock mock python-snappy - lz4==0.11.1 + lz4 xxhash py26: unittest2 commands = |