Skip to content

Commit 9e1c0e6

Browse files
ci(rq): Pin fakeredis for rq 2.8.x in tests
1 parent 2ce26d1 commit 9e1c0e6

4 files changed

Lines changed: 65 additions & 64 deletions

File tree

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@
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"],
396397
"<0.9": ["fakeredis<1.0", "redis<3.2.2"],
397398
">=0.9,<0.14": ["fakeredis>=1.0,<1.7.4"],
398399
"py3.6,py3.7": ["fakeredis!=2.26.0"],

0 commit comments

Comments
 (0)