@@ -91,7 +91,7 @@ envlist =
91
91
{py3.6,py3.7}-boto3-v1.12.49
92
92
{py3.6,py3.9,py3.10}-boto3-v1.20.54
93
93
{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
95
95
96
96
{py3.6,py3.7,py3.8}-chalice-v1.16.0
97
97
{py3.9,py3.12,py3.13}-chalice-v1.32.0
@@ -396,7 +396,7 @@ deps =
396
396
boto3-v1.12.49: boto3 ==1.12.49
397
397
boto3-v1.20.54: boto3 ==1.20.54
398
398
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
400
400
{py3.7,py3.8}-boto3: urllib3<2.0.0
401
401
402
402
chalice-v1.16.0: chalice ==1.16.0
@@ -713,29 +713,35 @@ setenv =
713
713
django: DJANGO_SETTINGS_MODULE =tests.integrations.django.myapp.settings
714
714
spark-v{3.0.3,3.5.6}: JAVA_HOME =/usr/lib/jvm/temurin-11-jdk-amd64
715
715
716
+ # TESTPATH definitions for test suites not managed by toxgen
716
717
common: TESTPATH =tests
717
718
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
718
728
aiohttp: TESTPATH =tests/integrations/aiohttp
719
729
anthropic: TESTPATH =tests/integrations/anthropic
720
730
ariadne: TESTPATH =tests/integrations/ariadne
721
731
arq: TESTPATH =tests/integrations/arq
722
- asgi: TESTPATH =tests/integrations/asgi
723
732
asyncpg: TESTPATH =tests/integrations/asyncpg
724
- aws_lambda: TESTPATH =tests/integrations/aws_lambda
725
733
beam: TESTPATH =tests/integrations/beam
726
734
boto3: TESTPATH =tests/integrations/boto3
727
735
bottle: TESTPATH =tests/integrations/bottle
728
736
celery: TESTPATH =tests/integrations/celery
729
737
chalice: TESTPATH =tests/integrations/chalice
730
738
clickhouse_driver: TESTPATH =tests/integrations/clickhouse_driver
731
739
cohere: TESTPATH =tests/integrations/cohere
732
- cloud_resource_context: TESTPATH =tests/integrations/cloud_resource_context
733
740
django: TESTPATH =tests/integrations/django
734
741
dramatiq: TESTPATH =tests/integrations/dramatiq
735
742
falcon: TESTPATH =tests/integrations/falcon
736
- fastapi: TESTPATH =tests/integrations/fastapi
743
+ fastapi: TESTPATH =tests/integrations/fastapi
737
744
flask: TESTPATH =tests/integrations/flask
738
- gcp: TESTPATH =tests/integrations/gcp
739
745
gql: TESTPATH =tests/integrations/gql
740
746
graphene: TESTPATH =tests/integrations/graphene
741
747
grpc: TESTPATH =tests/integrations/grpc
@@ -744,16 +750,14 @@ setenv =
744
750
huggingface_hub: TESTPATH =tests/integrations/huggingface_hub
745
751
langchain-base: TESTPATH =tests/integrations/langchain
746
752
langchain-notiktoken: TESTPATH =tests/integrations/langchain
747
- langgraph: TESTPATH =tests/integrations/langgraph
753
+ langgraph: TESTPATH =tests/integrations/langgraph
748
754
launchdarkly: TESTPATH =tests/integrations/launchdarkly
749
755
litestar: TESTPATH =tests/integrations/litestar
750
756
loguru: TESTPATH =tests/integrations/loguru
751
757
openai-base: TESTPATH =tests/integrations/openai
752
758
openai-notiktoken: TESTPATH =tests/integrations/openai
753
759
openai_agents: TESTPATH =tests/integrations/openai_agents
754
760
openfeature: TESTPATH =tests/integrations/openfeature
755
- opentelemetry: TESTPATH =tests/integrations/opentelemetry
756
- potel: TESTPATH =tests/integrations/opentelemetry
757
761
pure_eval: TESTPATH =tests/integrations/pure_eval
758
762
pymongo: TESTPATH =tests/integrations/pymongo
759
763
pyramid: TESTPATH =tests/integrations/pyramid
@@ -774,7 +778,6 @@ setenv =
774
778
trytond: TESTPATH =tests/integrations/trytond
775
779
typer: TESTPATH =tests/integrations/typer
776
780
unleash: TESTPATH =tests/integrations/unleash
777
- socket: TESTPATH =tests/integrations/socket
778
781
779
782
passenv =
780
783
SENTRY_PYTHON_TEST_POSTGRES_HOST
0 commit comments