Skip to content

Commit

Permalink
update kafkatest version
Browse files Browse the repository at this point in the history
the older version of kafkatest, depends on
ducktape 0.8.8. the new one depends on
ducktape >0.8
  • Loading branch information
gousteris committed Sep 12, 2023
1 parent dcd878b commit 0c3de07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'xxhash==2.0.2', 'protobuf==4.21.8', 'fastavro==1.4.9',
'psutil==5.9.0', 'numpy==1.22.3', 'pygal==3.0', '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@3.2.0#egg=kafkatest&subdirectory=tests',
'grpcio==1.57.0', 'grpcio-tools==1.57', 'grpcio-status==1.57.0',
'cachetools==5.3.1', 'google-api-core==2.11.1', 'google-auth==2.22.0',
'googleapis-common-protos==1.60.0', 'google.cloud.compute==1.14.0',
Expand Down

0 comments on commit 0c3de07

Please sign in to comment.