Skip to content

Commit 73fc69a

Browse files
config.py
1 parent 9a2e646 commit 73fc69a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/populate_tox/config.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,11 @@
393393
# https://github.com/jamesls/fakeredis/issues/245
394394
# https://github.com/cunla/fakeredis-py/issues/341
395395
"*": ["fakeredis"],
396-
">=2.8,<2.9": ["fakeredis<2.36.0"],
396+
# RQ commit https://github.com/rq/rq/commit/64cb1a27b9d1f2fd52bbbb5c1e4518c024f74685
397+
# introduced unguarded access to "addr" from the CLIENT LIST command.
398+
# The default "addr" value was removed in https://github.com/cunla/fakeredis-py/commit/0441288fb22c8c191fc716b561e0001cf512abe5.
399+
# from fakeredis.
400+
">=1.1.14": ["fakeredis<2.36.0"],
397401
"<0.9": ["fakeredis<1.0", "redis<3.2.2"],
398402
">=0.9,<0.14": ["fakeredis>=1.0,<1.7.4"],
399403
"py3.6,py3.7": ["fakeredis!=2.26.0"],

0 commit comments

Comments
 (0)