Skip to content

Commit 772dd77

Browse files
ci(tox): Exclude fakeredis 2.26.0 on py3.6 and 3.7
`fakeredis` `2.26.0` [broke on Python 3.6 and 3.7](cunla/fakeredis-py#341). A fix should be available when the next version is available.
1 parent ec88aa9 commit 772dd77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ deps =
583583
# Redis
584584
redis: fakeredis!=1.7.4
585585
redis: pytest<8.0.0
586+
{py3.6,py3.7}-redis: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
586587
{py3.7,py3.8,py3.9,py3.10,py3.11}-redis: pytest-asyncio
587588
redis-v3: redis~=3.0
588589
redis-v4: redis~=4.0
@@ -602,7 +603,9 @@ deps =
602603
rq-v{0.6}: redis<3.2.2
603604
rq-v{0.13,1.0,1.5,1.10}: fakeredis>=1.0,<1.7.4
604605
rq-v{1.15,1.16}: fakeredis
606+
{py3.6,py3.7}-rq-v{1.15,1.16}: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
605607
rq-latest: fakeredis
608+
{py3.6,py3.7}-rq-latest: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
606609
rq-v0.6: rq~=0.6.0
607610
rq-v0.13: rq~=0.13.0
608611
rq-v1.0: rq~=1.0.0

0 commit comments

Comments
 (0)