Skip to content

Commit 413400a

Browse files
pin fakeredis<2.36.0 on old python versions
1 parent 3e2f103 commit 413400a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/populate_tox/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
"deps": {
3838
"*": ["async-timeout", "pytest-asyncio", "fakeredis"],
3939
"<=0.23": ["pydantic<2"],
40+
# https://github.com/cunla/fakeredis-py/issues/490
41+
"py3.6,py3.7,py3.8": ["fakeredis<2.36.0"],
4042
},
4143
"num_versions": 2,
4244
},

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ deps =
720720
arq: pytest-asyncio
721721
arq: fakeredis
722722
arq-v0.23: pydantic<2
723+
{py3.6,py3.7,py3.8}-arq: fakeredis<2.36.0
723724

724725
beam-v2.14.0: apache-beam==2.14.0
725726
beam-v2.73.0: apache-beam==2.73.0

0 commit comments

Comments
 (0)