Fix the failed upgrade of kazoo to 2.10.0

This commit is contained in:
Mikhail f. Shiryaev 2024-01-31 15:08:39 +01:00
parent 2577f8031b
commit 6f1fbdb5ca
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -59,6 +59,8 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \
&& dockerd --version; docker --version
# kazoo 2.10.0 is broken
# https://s3.amazonaws.com/clickhouse-test-reports/59337/524625a1d2f4cc608a3f1059e3df2c30f353a649/integration_tests__asan__analyzer__[5_6].html
RUN python3 -m pip install --no-cache-dir \
PyMySQL \
aerospike==11.1.0 \
@ -76,7 +78,7 @@ RUN python3 -m pip install --no-cache-dir \
grpcio \
grpcio-tools \
kafka-python \
kazoo \
kazoo==2.9.0 \
lz4 \
minio \
nats-py \