We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af16127 commit cc3c803Copy full SHA for cc3c803
1 file changed
tox.ini
@@ -82,6 +82,8 @@ deps =
82
83
rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: fakeredis<1.0
84
rq-0.13: fakeredis>=1.0
85
+ # fakeredis 1.0 is broken with redis 3.2
86
+ rq: redis<3.2.0
87
88
rq-0.6: rq>=0.6,<0.7
89
rq-0.7: rq>=0.7,<0.8
0 commit comments