We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a69952 commit 5e4d151Copy full SHA for 5e4d151
requirements-dev.txt
@@ -12,5 +12,5 @@ pylint==1.9.3
12
pytest-pylint==0.12.3
13
pytest-mock==1.10.0
14
sphinx-rtd-theme==0.2.4
15
-crc32c==1.5
+crc32c==1.7
16
py==1.8.0
tox.ini
@@ -23,6 +23,7 @@ deps =
23
commands =
24
py.test {posargs:--pylint --pylint-rcfile=pylint.rc --pylint-error-types=EF --cov=kafka --cov-config=.covrc}
25
setenv =
26
+ CRC32C_SW_MODE = auto
27
PROJECT_ROOT = {toxinidir}
28
passenv = KAFKA_VERSION
29
0 commit comments