Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions scripts/populate_tox/populate_tox.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,26 @@
# suites over to this script. Some entries will probably stay forever
# as they don't fit the mold (e.g. common, asgi, which don't have a 3rd party
# pypi package to install in different versions).
#
# Test suites that will have to remain hardcoded since they don't fit the
# toxgen usecase
"asgi",
"aws_lambda",
"cloud_resource_context",
"common",
"gevent",
"opentelemetry",
"potel",
# Integrations that can be migrated -- we should eventually remove all
# of these from the IGNORE list
"aiohttp",
"anthropic",
"arq",
"asgi",
"asyncpg",
"aws_lambda",
"beam",
"boto3",
"chalice",
"cohere",
"cloud_resource_context",
"cohere",
"django",
"fastapi",
"gcp",
Expand Down
Loading