Skip to content

Commit fb03f7c

Browse files
Moved redis related tests to databases (#2674)
* Moved redis related tests to databases --------- Co-authored-by: Ivana Kellyerova <[email protected]>
1 parent 2f05ccb commit fb03f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/split-tox-gh-actions/split-tox-gh-actions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
"asyncpg",
7676
"clickhouse_driver",
7777
"pymongo",
78+
"redis",
79+
"rediscluster",
7880
"sqlalchemy",
7981
],
8082
"GraphQL": [
@@ -102,8 +104,6 @@
102104
"falcon",
103105
"pyramid",
104106
"quart",
105-
"redis",
106-
"rediscluster",
107107
"sanic",
108108
"starlite",
109109
"tornado",

0 commit comments

Comments
 (0)