From 8241caa73e5223b18bbe0a73b88ab7ee4939229e Mon Sep 17 00:00:00 2001 From: Solonas Gousteris Date: Mon, 13 Mar 2023 16:52:25 +0200 Subject: [PATCH] tests: use new ducktape version To be able to mark tests with empty list of `matrix` parametrization as `ignore` ref redpanda#8704 https://github.com/redpanda-data/ducktape/pull/24 --- tests/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/setup.py b/tests/setup.py index d7fc114edf58b..7c26eab0dadd8 100644 --- a/tests/setup.py +++ b/tests/setup.py @@ -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',