Skip to content

Commit 53d177e

Browse files
Merge branch 'master' into webb/update-tox/install-uv
2 parents 716e81a + 504cbe9 commit 53d177e

6 files changed

Lines changed: 155 additions & 68 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"],

scripts/populate_tox/package_dependencies.jsonl

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)