File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 49
49
# suites over to this script. Some entries will probably stay forever
50
50
# as they don't fit the mold (e.g. common, asgi, which don't have a 3rd party
51
51
# pypi package to install in different versions).
52
+ #
53
+ # Test suites that will have to remain hardcoded since they don't fit the
54
+ # toxgen usecase
55
+ "asgi" ,
56
+ "aws_lambda" ,
57
+ "cloud_resource_context" ,
52
58
"common" ,
53
59
"gevent" ,
54
60
"opentelemetry" ,
55
61
"potel" ,
62
+ # Integrations that can be migrated -- we should eventually remove all
63
+ # of these from the IGNORE list
56
64
"aiohttp" ,
57
65
"anthropic" ,
58
66
"arq" ,
59
- "asgi" ,
60
67
"asyncpg" ,
61
- "aws_lambda" ,
62
68
"beam" ,
63
69
"boto3" ,
64
70
"chalice" ,
65
71
"cohere" ,
66
- "cloud_resource_context" ,
67
- "cohere" ,
68
72
"django" ,
69
73
"fastapi" ,
70
74
"gcp" ,
You can’t perform that action at this time.
0 commit comments