From 439b3f7343313c6a9f3fa02ef9266e5df60918db Mon Sep 17 00:00:00 2001 From: Tony Xiao Date: Mon, 20 Mar 2023 16:08:54 -0400 Subject: [PATCH] fix(tests): Bad arq dependency in tests (#1966) The newer versions of fakeredis does not install `async-timeout` which it needs. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a305758d70..266964f43e 100644 --- a/tox.ini +++ b/tox.ini @@ -175,7 +175,7 @@ deps = # Arq arq: arq>=0.23.0 - arq: fakeredis>=2.2.0 + arq: fakeredis>=2.2.0,<2.8 arq: pytest-asyncio # Asgi