From 433eabcfec546d802216fba0bcfadd512f5376bb Mon Sep 17 00:00:00 2001 From: jochen Date: Thu, 30 May 2024 08:10:31 +0200 Subject: [PATCH] Add kafka dependency for tests --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9a32d238..2a08b17a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,7 @@ dev = [ "pytest-xdist", "moto", "pymssql==2.3.0", + "kafka-python", "testcontainers~=4.5.0", "testcontainers[minio]", "testcontainers[postgres]",