From 561deee833395f1418e51148433efb4a05344ab2 Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Thu, 25 Jan 2024 08:49:19 +0100 Subject: [PATCH 1/2] Moved redis related tests to databases --- scripts/split-tox-gh-actions/split-tox-gh-actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/split-tox-gh-actions/split-tox-gh-actions.py b/scripts/split-tox-gh-actions/split-tox-gh-actions.py index 011ad497ae..bd486c520c 100755 --- a/scripts/split-tox-gh-actions/split-tox-gh-actions.py +++ b/scripts/split-tox-gh-actions/split-tox-gh-actions.py @@ -76,6 +76,8 @@ "clickhouse_driver", "pymongo", "sqlalchemy", + "redis", + "rediscluster", ], "GraphQL": [ "ariadne", @@ -102,8 +104,6 @@ "falcon", "pyramid", "quart", - "redis", - "rediscluster", "sanic", "starlite", "tornado", From 44d997c8b8fe45aa5f771963bf38e27fb8ce7634 Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Thu, 25 Jan 2024 09:26:46 +0100 Subject: [PATCH 2/2] Update scripts/split-tox-gh-actions/split-tox-gh-actions.py Co-authored-by: Ivana Kellyerova --- scripts/split-tox-gh-actions/split-tox-gh-actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/split-tox-gh-actions/split-tox-gh-actions.py b/scripts/split-tox-gh-actions/split-tox-gh-actions.py index bd486c520c..d969c40fb3 100755 --- a/scripts/split-tox-gh-actions/split-tox-gh-actions.py +++ b/scripts/split-tox-gh-actions/split-tox-gh-actions.py @@ -75,9 +75,9 @@ "asyncpg", "clickhouse_driver", "pymongo", - "sqlalchemy", "redis", "rediscluster", + "sqlalchemy", ], "GraphQL": [ "ariadne",