Skip to content

Commit 00ad51a

Browse files
committed
tests: Upper bound on fakeredis on old Python versions
1 parent f71d223 commit 00ad51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ deps =
295295
# Redis
296296
redis: fakeredis!=1.7.4
297297
redis: pytest<8.0.0
298-
{py3.6,py3.7}-redis: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
298+
{py3.6,py3.7}-redis: fakeredis<2.26.0
299299
{py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-redis: pytest-asyncio
300300
redis-v3: redis~=3.0
301301
redis-v4: redis~=4.0

0 commit comments

Comments
 (0)