Skip to content

Commit 248371f

Browse files
authored
ci: Pin redis<8 for rq (#6438)
1 parent a96301d commit 248371f

4 files changed

Lines changed: 65 additions & 64 deletions

File tree

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
"deps": {
384384
# https://github.com/jamesls/fakeredis/issues/245
385385
# https://github.com/cunla/fakeredis-py/issues/341
386-
"*": ["fakeredis<2.28.0"],
386+
"*": ["fakeredis<2.28.0", "redis<8.0.0"],
387387
"<0.9": ["fakeredis<1.0", "redis<3.2.2"],
388388
">=0.9,<0.14": ["fakeredis>=1.0,<1.7.4"],
389389
"py3.6,py3.7": ["fakeredis!=2.26.0"],

0 commit comments

Comments
 (0)