From 527cf9e864e9c43d26e3dcd4a7e1502f64f795d6 Mon Sep 17 00:00:00 2001 From: ossdev Date: Thu, 19 Sep 2019 09:18:20 +0000 Subject: [PATCH] kafka-python: Fixed crc32c avilability on non-intel architectures. Signed-off-by: ossdev --- requirements-dev.txt | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 218fb63f3..cb0bbe5a6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,5 +12,5 @@ pylint==1.9.3 pytest-pylint==0.12.3 pytest-mock==1.10.0 sphinx-rtd-theme==0.2.4 -crc32c==1.5 +crc32c==1.7 py==1.8.0 diff --git a/tox.ini b/tox.ini index 48a143eea..14255d0c1 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,7 @@ deps = commands = py.test {posargs:--pylint --pylint-rcfile=pylint.rc --pylint-error-types=EF --cov=kafka --cov-config=.covrc} setenv = + CRC32C_SW_MODE = auto PROJECT_ROOT = {toxinidir} passenv = KAFKA_VERSION