Skip to content

Commit

Permalink
Merge pull request #13116 from gousteris/update-ducktape
Browse files Browse the repository at this point in the history
update ducktape version
  • Loading branch information
gousteris authored Sep 13, 2023
2 parents 93554ef + 0c3de07 commit eb75667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
package_data={'': ['*.md']},
include_package_data=True,
install_requires=[
'ducktape@git+https://github.com/redpanda-data/ducktape.git@fd01d72b8c82ae852986bb288c69818c7ffb4de8',
'ducktape@git+https://github.com/redpanda-data/ducktape.git@62e0285f6b3a2f22fd4a43b5fdbc13be8d4290d9',
'prometheus-client==0.9.0', 'pyyaml==6.0', 'kafka-python==2.0.2',
'crc32c==2.2', 'confluent-kafka==2.0.2', 'zstandard==0.15.2',
'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 eb75667

Please sign in to comment.