From 6bfb6cb6012a6af94a535cc1f62a74544ae15d3d Mon Sep 17 00:00:00 2001 From: Alexander Alderman Webb Date: Fri, 29 May 2026 13:15:13 +0200 Subject: [PATCH 1/3] ci(arq): Unpin fakeredis for tests --- scripts/populate_tox/config.py | 2 +- tox.ini | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/populate_tox/config.py b/scripts/populate_tox/config.py index b1f6474fda..01c3c8a6bc 100644 --- a/scripts/populate_tox/config.py +++ b/scripts/populate_tox/config.py @@ -35,7 +35,7 @@ "arq": { "package": "arq", "deps": { - "*": ["async-timeout", "pytest-asyncio", "fakeredis>=2.2.0,<2.8"], + "*": ["async-timeout", "pytest-asyncio"], "<=0.23": ["pydantic<2"], }, "num_versions": 2, diff --git a/tox.ini b/tox.ini index 55e96ecc21..c59e01f8e5 100644 --- a/tox.ini +++ b/tox.ini @@ -727,7 +727,6 @@ deps = arq-latest: arq==0.28.0 arq: async-timeout arq: pytest-asyncio - arq: fakeredis>=2.2.0,<2.8 arq-v0.23: pydantic<2 beam-v2.14.0: apache-beam==2.14.0 From 787bf653618461a5e627c9b151254be85497fa26 Mon Sep 17 00:00:00 2001 From: Alexander Alderman Webb Date: Fri, 29 May 2026 13:18:43 +0200 Subject: [PATCH 2/3] add unpinned fakeredis --- scripts/populate_tox/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/populate_tox/config.py b/scripts/populate_tox/config.py index 01c3c8a6bc..5ddc55f25e 100644 --- a/scripts/populate_tox/config.py +++ b/scripts/populate_tox/config.py @@ -35,7 +35,7 @@ "arq": { "package": "arq", "deps": { - "*": ["async-timeout", "pytest-asyncio"], + "*": ["async-timeout", "pytest-asyncio", "fakeredis"], "<=0.23": ["pydantic<2"], }, "num_versions": 2, From b628fb3c035efb81a722f5702c80a9b811b89f9c Mon Sep 17 00:00:00 2001 From: Alexander Alderman Webb Date: Fri, 29 May 2026 13:22:19 +0200 Subject: [PATCH 3/3] rerun script --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c59e01f8e5..7b62e136df 100644 --- a/tox.ini +++ b/tox.ini @@ -727,6 +727,7 @@ deps = arq-latest: arq==0.28.0 arq: async-timeout arq: pytest-asyncio + arq: fakeredis arq-v0.23: pydantic<2 beam-v2.14.0: apache-beam==2.14.0