From 11c0d3e16fd5ec826bbe5e07fed9763dddedc0ed Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Mon, 28 Oct 2024 15:06:39 +0100 Subject: [PATCH] test(tox): Unpin `pytest` on Redis tests --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index ef30e539b5..ea2a3622dc 100644 --- a/tox.ini +++ b/tox.ini @@ -582,7 +582,6 @@ deps = # Redis redis: fakeredis!=1.7.4 - redis: pytest<8.0.0 {py3.6,py3.7}-redis: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341 {py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-redis: pytest-asyncio redis-v3: redis~=3.0