Skip to content

Commit 439b3f7

Browse files
authored
fix(tests): Bad arq dependency in tests (#1966)
The newer versions of fakeredis does not install `async-timeout` which it needs.
1 parent 5e7627c commit 439b3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ deps =
175175

176176
# Arq
177177
arq: arq>=0.23.0
178-
arq: fakeredis>=2.2.0
178+
arq: fakeredis>=2.2.0,<2.8
179179
arq: pytest-asyncio
180180

181181
# Asgi

0 commit comments

Comments
 (0)