Skip to content

Commit 6bfb6cb

Browse files
ci(arq): Unpin fakeredis for tests
1 parent 8a4062b commit 6bfb6cb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"arq": {
3636
"package": "arq",
3737
"deps": {
38-
"*": ["async-timeout", "pytest-asyncio", "fakeredis>=2.2.0,<2.8"],
38+
"*": ["async-timeout", "pytest-asyncio"],
3939
"<=0.23": ["pydantic<2"],
4040
},
4141
"num_versions": 2,

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,6 @@ deps =
727727
arq-latest: arq==0.28.0
728728
arq: async-timeout
729729
arq: pytest-asyncio
730-
arq: fakeredis>=2.2.0,<2.8
731730
arq-v0.23: pydantic<2
732731

733732
beam-v2.14.0: apache-beam==2.14.0

0 commit comments

Comments
 (0)