Skip to content

Commit

Permalink
Merge pull request #23570 from ivotron/bump-ducktape-to-latest-of-ups…
Browse files Browse the repository at this point in the history
…tream/0.11.x

tests: bump ducktape to latest of 0.11.x
  • Loading branch information
ivotron authored Oct 3, 2024
2 parents 85cb9bd + a066436 commit aa51f0d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
package_data={'': ['*.md']},
include_package_data=True,
install_requires=[
'ducktape@git+https://github.com/redpanda-data/ducktape.git@cad0aeaa32da8ad43a297e50d6cdb215770fd10c',
'prometheus-client==0.9.0', 'pyyaml==6.0', 'kafka-python==2.0.2',
'crc32c==2.2', 'confluent-kafka==2.2.0', 'zstandard==0.15.2',
'xxhash==2.0.2', 'protobuf==4.21.8', 'fastavro==1.4.9',
'falcon==3.1.3', '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@3.2.0#egg=kafkatest&subdirectory=tests',
'ducktape@git+https://github.com/redpanda-data/ducktape.git@7772220005a27957d3a796de0e19d3c51eb61f6a',
'prometheus-client==0.9.0', 'kafka-python==2.0.2', 'crc32c==2.2',
'confluent-kafka==2.2.0', 'zstandard==0.15.2', 'xxhash==2.0.2',
'protobuf==4.21.8', 'fastavro==1.4.9', 'falcon==3.1.3',
'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@e146c7c9164c4e8817fe891ac9d7d1661889b2b4#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 aa51f0d

Please sign in to comment.