Skip to content

Commit

Permalink
dt/deps: bump ducktape to latest of 0.11.x
Browse files Browse the repository at this point in the history
The fork that redpanda-data maintains has been updated and a new
https://github.com/redpanda-data/ducktape/tree/0.11.x-redpanda branch
contains the latest version of ducktape. This commit points to the
current tip of that branch.

Signed-off-by: Ivo Jimenez <ivo@redpanda.com>
  • Loading branch information
ivotron committed Sep 30, 2024
1 parent ee95e0c commit f420d38
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 @@ -13,7 +13,7 @@
package_data={'': ['*.md']},
include_package_data=True,
install_requires=[
'ducktape@git+https://github.com/redpanda-data/ducktape.git@cad0aeaa32da8ad43a297e50d6cdb215770fd10c',
'ducktape@git+https://github.com/redpanda-data/ducktape.git@7772220005a27957d3a796de0e19d3c51eb61f6a',
'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',
Expand Down

0 comments on commit f420d38

Please sign in to comment.