From 396cf5f77be17d008737c1d5d58c5c6cdc8fcced Mon Sep 17 00:00:00 2001 From: Vladislav Date: Sat, 13 May 2023 13:07:54 +0300 Subject: [PATCH] fix: fix duplicated dependency (#1209) Signed-off-by: Vladislav Oleshko --- tests/dragonfly/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/dragonfly/requirements.txt b/tests/dragonfly/requirements.txt index 9f26ebbc2..332518ce7 100644 --- a/tests/dragonfly/requirements.txt +++ b/tests/dragonfly/requirements.txt @@ -10,6 +10,5 @@ pytest==7.1.2 redis==4.5.3 tomli==2.0.1 wrapt==1.14.1 -redis==4.5.0 pytest-asyncio==0.20.1 pytest-repeat==0.9.1