@@ -91,7 +91,7 @@ envlist =
9191 {py3.6,py3.7}-boto3-v1.12.49
9292 {py3.6,py3.9,py3.10}-boto3-v1.20.54
9393 {py3.7,py3.11,py3.12}-boto3-v1.28.85
94- {py3.9,py3.12,py3.13}-boto3-v1.40.37
94+ {py3.9,py3.12,py3.13}-boto3-v1.40.38
9595
9696 {py3.6,py3.7,py3.8}-chalice-v1.16.0
9797 {py3.9,py3.12,py3.13}-chalice-v1.32.0
@@ -396,7 +396,7 @@ deps =
396396 boto3-v1.12.49: boto3 ==1.12.49
397397 boto3-v1.20.54: boto3 ==1.20.54
398398 boto3-v1.28.85: boto3 ==1.28.85
399- boto3-v1.40.37 : boto3 ==1.40.37
399+ boto3-v1.40.38 : boto3 ==1.40.38
400400 {py3.7,py3.8}-boto3: urllib3<2.0.0
401401
402402 chalice-v1.16.0: chalice ==1.16.0
@@ -713,29 +713,35 @@ setenv =
713713 django: DJANGO_SETTINGS_MODULE =tests.integrations.django.myapp.settings
714714 spark-v{3.0.3,3.5.6}: JAVA_HOME =/usr/lib/jvm/temurin-11-jdk-amd64
715715
716+ # TESTPATH definitions for test suites not managed by toxgen
716717 common: TESTPATH =tests
717718 gevent: TESTPATH =tests
719+ asgi: TESTPATH =tests/integrations/asgi
720+ aws_lambda: TESTPATH =tests/integrations/aws_lambda
721+ cloud_resource_context: TESTPATH =tests/integrations/cloud_resource_context
722+ gcp: TESTPATH =tests/integrations/gcp
723+ opentelemetry: TESTPATH =tests/integrations/opentelemetry
724+ potel: TESTPATH =tests/integrations/opentelemetry
725+ socket: TESTPATH =tests/integrations/socket
726+
727+ # These TESTPATH definitions are auto-generated by toxgen
718728 aiohttp: TESTPATH =tests/integrations/aiohttp
719729 anthropic: TESTPATH =tests/integrations/anthropic
720730 ariadne: TESTPATH =tests/integrations/ariadne
721731 arq: TESTPATH =tests/integrations/arq
722- asgi: TESTPATH =tests/integrations/asgi
723732 asyncpg: TESTPATH =tests/integrations/asyncpg
724- aws_lambda: TESTPATH =tests/integrations/aws_lambda
725733 beam: TESTPATH =tests/integrations/beam
726734 boto3: TESTPATH =tests/integrations/boto3
727735 bottle: TESTPATH =tests/integrations/bottle
728736 celery: TESTPATH =tests/integrations/celery
729737 chalice: TESTPATH =tests/integrations/chalice
730738 clickhouse_driver: TESTPATH =tests/integrations/clickhouse_driver
731739 cohere: TESTPATH =tests/integrations/cohere
732- cloud_resource_context: TESTPATH =tests/integrations/cloud_resource_context
733740 django: TESTPATH =tests/integrations/django
734741 dramatiq: TESTPATH =tests/integrations/dramatiq
735742 falcon: TESTPATH =tests/integrations/falcon
736- fastapi: TESTPATH =tests/integrations/fastapi
743+ fastapi: TESTPATH =tests/integrations/fastapi
737744 flask: TESTPATH =tests/integrations/flask
738- gcp: TESTPATH =tests/integrations/gcp
739745 gql: TESTPATH =tests/integrations/gql
740746 graphene: TESTPATH =tests/integrations/graphene
741747 grpc: TESTPATH =tests/integrations/grpc
@@ -744,16 +750,14 @@ setenv =
744750 huggingface_hub: TESTPATH =tests/integrations/huggingface_hub
745751 langchain-base: TESTPATH =tests/integrations/langchain
746752 langchain-notiktoken: TESTPATH =tests/integrations/langchain
747- langgraph: TESTPATH =tests/integrations/langgraph
753+ langgraph: TESTPATH =tests/integrations/langgraph
748754 launchdarkly: TESTPATH =tests/integrations/launchdarkly
749755 litestar: TESTPATH =tests/integrations/litestar
750756 loguru: TESTPATH =tests/integrations/loguru
751757 openai-base: TESTPATH =tests/integrations/openai
752758 openai-notiktoken: TESTPATH =tests/integrations/openai
753759 openai_agents: TESTPATH =tests/integrations/openai_agents
754760 openfeature: TESTPATH =tests/integrations/openfeature
755- opentelemetry: TESTPATH =tests/integrations/opentelemetry
756- potel: TESTPATH =tests/integrations/opentelemetry
757761 pure_eval: TESTPATH =tests/integrations/pure_eval
758762 pymongo: TESTPATH =tests/integrations/pymongo
759763 pyramid: TESTPATH =tests/integrations/pyramid
@@ -774,7 +778,6 @@ setenv =
774778 trytond: TESTPATH =tests/integrations/trytond
775779 typer: TESTPATH =tests/integrations/typer
776780 unleash: TESTPATH =tests/integrations/unleash
777- socket: TESTPATH =tests/integrations/socket
778781
779782passenv =
780783 SENTRY_PYTHON_TEST_POSTGRES_HOST
0 commit comments