From fb03f7cdfa4c3ab2f67e607a659cbc7ef63a4aef Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Thu, 25 Jan 2024 09:51:16 +0100 Subject: [PATCH] Moved redis related tests to databases (#2674) * Moved redis related tests to databases --------- Co-authored-by: Ivana Kellyerova --- 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..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,6 +75,8 @@ "asyncpg", "clickhouse_driver", "pymongo", + "redis", + "rediscluster", "sqlalchemy", ], "GraphQL": [ @@ -102,8 +104,6 @@ "falcon", "pyramid", "quart", - "redis", - "rediscluster", "sanic", "starlite", "tornado",