From 53b84adfa108afadc116f8557b69ebf0c97aed89 Mon Sep 17 00:00:00 2001 From: Solonas Gousteris Date: Thu, 31 Aug 2023 14:15:10 +0300 Subject: [PATCH] update kafkatest version the older version of kafkatest, depends on ducktape 0.8.8. the new one depends on ducktape >0.8 --- tests/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/setup.py b/tests/setup.py index 23da079aeb3e6..70cb073e729de 100644 --- a/tests/setup.py +++ b/tests/setup.py @@ -29,7 +29,7 @@ 'pytest==7.1.2', 'jump-consistent-hash==3.2.0', 'azure-storage-blob==12.14.1', - 'kafkatest@git+https://github.com/apache/kafka.git@058589b03db686803b33052d574ce887fb5cfbd1#egg=kafkatest&subdirectory=tests', + 'kafkatest@git+https://github.com/apache/kafka.git@d8d92f0f8014e5686e956a0c82bb2afdd41592d5#egg=kafkatest&subdirectory=tests', 'grpcio==1.53.0', 'grpcio-tools==1.53', ],