File tree Expand file tree Collapse file tree 1 file changed +3
-85
lines changed Expand file tree Collapse file tree 1 file changed +3
-85
lines changed Original file line number Diff line number Diff line change 55
66import requests
77
8- # XXX FIX THIS
9- # from ..scripts.split_tox_gh_actions.split_tox_gh_actions import GROUPS
10-
11-
12- GROUPS = {
13- "Common" : [
14- "common" ,
15- ],
16- "AI" : [
17- "anthropic" ,
18- "cohere" ,
19- "langchain" ,
20- "openai" ,
21- "huggingface_hub" ,
22- ],
23- "AWS" : [
24- # this is separate from Cloud Computing because only this one test suite
25- # needs to run with access to GitHub secrets
26- "aws_lambda" ,
27- ],
28- "Cloud" : [
29- "boto3" ,
30- "chalice" ,
31- "cloud_resource_context" ,
32- "gcp" ,
33- ],
34- "Tasks" : [
35- "arq" ,
36- "beam" ,
37- "celery" ,
38- "dramatiq" ,
39- "huey" ,
40- "ray" ,
41- "rq" ,
42- "spark" ,
43- ],
44- "DBs" : [
45- "asyncpg" ,
46- "clickhouse_driver" ,
47- "pymongo" ,
48- "redis" ,
49- "redis_py_cluster_legacy" ,
50- "sqlalchemy" ,
51- ],
52- "GraphQL" : [
53- "ariadne" ,
54- "gql" ,
55- "graphene" ,
56- "strawberry" ,
57- ],
58- "Network" : [
59- "gevent" ,
60- "grpc" ,
61- "httpx" ,
62- "requests" ,
63- ],
64- "Web 1" : [
65- "django" ,
66- "flask" ,
67- "starlette" ,
68- "fastapi" ,
69- ],
70- "Web 2" : [
71- "aiohttp" ,
72- "asgi" ,
73- "bottle" ,
74- "falcon" ,
75- "litestar" ,
76- "pyramid" ,
77- "quart" ,
78- "sanic" ,
79- "starlite" ,
80- "tornado" ,
81- ],
82- "Misc" : [
83- "launchdarkly" ,
84- "loguru" ,
85- "openfeature" ,
86- "opentelemetry" ,
87- "potel" ,
88- "pure_eval" ,
89- "trytond" ,
90- "typer" ,
91- ],
92- }
8+ from ..split_tox_gh_actions .split_tox_gh_actions import GROUPS
9+
10+ print (GROUPS )
9311
9412# Only consider package versions going back this far
9513CUTOFF = datetime .now () - timedelta (days = 365 * 3 )
You can’t perform that action at this time.
0 commit comments