We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2e646 commit 73fc69aCopy full SHA for 73fc69a
1 file changed
scripts/populate_tox/config.py
@@ -393,7 +393,11 @@
393
# https://github.com/jamesls/fakeredis/issues/245
394
# https://github.com/cunla/fakeredis-py/issues/341
395
"*": ["fakeredis"],
396
- ">=2.8,<2.9": ["fakeredis<2.36.0"],
+ # 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"],
401
"<0.9": ["fakeredis<1.0", "redis<3.2.2"],
402
">=0.9,<0.14": ["fakeredis>=1.0,<1.7.4"],
403
"py3.6,py3.7": ["fakeredis!=2.26.0"],
0 commit comments