Skip to content

Commit

Permalink
tests: use new ducktape version
Browse files Browse the repository at this point in the history
To be able to mark tests with empty list
of `matrix` parametrization as `ignore`

ref
redpanda#8704
redpanda-data/ducktape#24
  • Loading branch information
gousteris committed Mar 15, 2023
1 parent c33c6cc commit 8241caa
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@b1d99b539809c04ff5b92ad6535aaa87de15c65a',
'ducktape@git+https://github.com/redpanda-data/ducktape.git@5b4c31648d8f94d3f28113a6fa0377339aa222ed',
'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==3.19.5', 'fastavro==1.4.9',
Expand Down

0 comments on commit 8241caa

Please sign in to comment.