From 7618b350b88df1dfcda4de04c39d5d333bd88e91 Mon Sep 17 00:00:00 2001 From: Ivo Jimenez Date: Wed, 25 Sep 2024 18:00:33 -0400 Subject: [PATCH] dt/deps: cosmetic change to please the py linter Signed-off-by: Ivo Jimenez --- tests/setup.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/setup.py b/tests/setup.py index 225450cc959c6..334717e751fe4 100644 --- a/tests/setup.py +++ b/tests/setup.py @@ -14,12 +14,11 @@ include_package_data=True, install_requires=[ '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', + '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',