From af6a7989e1f6bb7f4ebe387fdc2fbdfb58314225 Mon Sep 17 00:00:00 2001 From: suxb201 Date: Thu, 8 Aug 2024 13:50:37 +0800 Subject: [PATCH] fix: resolve packaging issue --- pyproject.toml | 2 +- python/resp_benchmark/wrapper.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f61737..4cf8a0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dynamic = ["version"] -dependencies = ["pydantic"] +dependencies = ["pydantic","redis"] [project.scripts] # Python entry-point wrapper to be installed in `$venv/bin` diff --git a/python/resp_benchmark/wrapper.py b/python/resp_benchmark/wrapper.py index 8f04418..5ce4fa4 100644 --- a/python/resp_benchmark/wrapper.py +++ b/python/resp_benchmark/wrapper.py @@ -157,7 +157,7 @@ def load_data(self, command: str, count: int, connections: int = 128, pipeline: username=self.username, password=self.password, cluster=self.cluster, - tls=self.tls, + tls=False, timeout=self.timeout, cores=self.cores,