Skip to content

Commit 8a4062b

Browse files
ci(rq): Unpin redis and fakeredis for tests (#6443)
1 parent 8d442df commit 8a4062b

4 files changed

Lines changed: 48 additions & 48 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", "redis<8.0.0"],
386+
"*": ["fakeredis"],
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)