Skip to content

Commit fedcb07

Browse files
authored
tests: Upper bound on fakeredis on old Python versions (#4482)
1 parent f71d223 commit fedcb07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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,py3.8}-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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ deps =
456456
# Redis
457457
redis: fakeredis!=1.7.4
458458
redis: pytest<8.0.0
459-
{py3.6,py3.7}-redis: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
459+
{py3.6,py3.7,py3.8}-redis: fakeredis<2.26.0
460460
{py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-redis: pytest-asyncio
461461
redis-v3: redis~=3.0
462462
redis-v4: redis~=4.0

0 commit comments

Comments
 (0)