We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e0651 commit cb19a0bCopy full SHA for cb19a0b
scripts/split_tox_gh_actions/split_tox_gh_actions.py
@@ -95,6 +95,12 @@
95
"graphene",
96
"strawberry",
97
],
98
+ "Network": [
99
+ "gevent",
100
+ "grpc",
101
+ "httpx",
102
+ "requests",
103
+ ],
104
"Tasks": [
105
"arq",
106
"beam",
@@ -105,12 +111,6 @@
111
"rq",
112
"spark",
107
113
108
- "Network": [
109
- "gevent",
110
- "grpc",
- "httpx",
- "requests",
- ],
114
"Web 1": [
115
"django",
116
"flask",
0 commit comments