Skip to content

Commit

Permalink
ducky: pin to the latest version
Browse files Browse the repository at this point in the history
The latest version improved performace of wait_until and reduced
the full test run by 30%. See details in

redpanda-data/ducktape#16
  • Loading branch information
rystsov committed Aug 12, 2022
1 parent 56e47a5 commit 7a30a9c
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@7ba83f32d5f265aad955a31096dcc0c97d96c0ce',
'ducktape@git+https://github.com/redpanda-data/ducktape.git@e1e19d4b1cb8f8476367f413b5a3e9be08492887',
'prometheus-client==0.9.0', 'pyyaml==5.3.1', 'kafka-python==2.0.2',
'crc32c==2.2', 'confluent-kafka==1.7.0', 'zstandard==0.15.2',
'xxhash==2.0.2', 'protobuf==3.19.3', 'fastavro==1.4.9',
Expand Down

0 comments on commit 7a30a9c

Please sign in to comment.