From c6c5cb064bac8050f6a1c3484f4d078098f3206a Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Tue, 25 Mar 2025 13:02:28 +0100 Subject: [PATCH] toxgen: Make it clearer which suites can be migrated --- scripts/populate_tox/populate_tox.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/scripts/populate_tox/populate_tox.py b/scripts/populate_tox/populate_tox.py index 544d4bdcb1..a83b6cdbeb 100644 --- a/scripts/populate_tox/populate_tox.py +++ b/scripts/populate_tox/populate_tox.py @@ -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",