Skip to content

Commit 504cbe9

Browse files
ci(rq): Pin fakeredis<2.36.0 in tests (#6454)
1 parent 1f3f3eb commit 504cbe9

4 files changed

Lines changed: 72 additions & 64 deletions

File tree

scripts/populate_tox/config.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,11 @@
393393
# https://github.com/jamesls/fakeredis/issues/245
394394
# https://github.com/cunla/fakeredis-py/issues/341
395395
"*": ["fakeredis"],
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"],
396401
"<0.9": ["fakeredis<1.0", "redis<3.2.2"],
397402
">=0.9,<0.14": ["fakeredis>=1.0,<1.7.4"],
398403
"py3.6,py3.7": ["fakeredis!=2.26.0"],

0 commit comments

Comments
 (0)