Skip to content

Commit f4506f1

Browse files
committed
test config
1 parent 357cf82 commit f4506f1

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

scripts/populate_tox/config.py

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,28 @@
55
#
66
# See scripts/populate_tox/README.md for more info on the format and examples.
77

8-
TEST_SUITE_CONFIG = {}
8+
TEST_SUITE_CONFIG = {
9+
"ariadne": {
10+
"package": "ariadne",
11+
"deps": {
12+
"*": ["fastapi", "flask", "httpx"],
13+
},
14+
"python": ">=3.8",
15+
},
16+
"gql": {
17+
"package": "gql[all]",
18+
},
19+
"graphene": {
20+
"package": "graphene",
21+
"deps": {
22+
"*": ["blinker", "fastapi", "flask", "httpx"],
23+
"py3.6": ["aiocontextvars"],
24+
},
25+
},
26+
"strawberry": {
27+
"package": "strawberry-graphql[fastapi,flask]",
28+
"deps": {
29+
"*": ["fastapi", "flask", "httpx"],
30+
},
31+
},
32+
}

0 commit comments

Comments
 (0)