Skip to content

Commit cc3c803

Browse files
committed
build: Pin redis
1 parent af16127 commit cc3c803

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ deps =
8282

8383
rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: fakeredis<1.0
8484
rq-0.13: fakeredis>=1.0
85+
# fakeredis 1.0 is broken with redis 3.2
86+
rq: redis<3.2.0
8587

8688
rq-0.6: rq>=0.6,<0.7
8789
rq-0.7: rq>=0.7,<0.8

0 commit comments

Comments
 (0)