@@ -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
@@ -715,27 +715,27 @@ setenv =
715
715
716
716
common: TESTPATH =tests
717
717
gevent: TESTPATH =tests
718
+ socket: TESTPATH =tests/integrations/socket
719
+ asgi: TESTPATH =tests/integrations/asgi
720
+ gcp: TESTPATH =tests/integrations/gcp
721
+
718
722
aiohttp: TESTPATH =tests/integrations/aiohttp
719
723
anthropic: TESTPATH =tests/integrations/anthropic
720
724
ariadne: TESTPATH =tests/integrations/ariadne
721
725
arq: TESTPATH =tests/integrations/arq
722
- asgi: TESTPATH =tests/integrations/asgi
723
726
asyncpg: TESTPATH =tests/integrations/asyncpg
724
- aws_lambda: TESTPATH =tests/integrations/aws_lambda
725
727
beam: TESTPATH =tests/integrations/beam
726
728
boto3: TESTPATH =tests/integrations/boto3
727
729
bottle: TESTPATH =tests/integrations/bottle
728
730
celery: TESTPATH =tests/integrations/celery
729
731
chalice: TESTPATH =tests/integrations/chalice
730
732
clickhouse_driver: TESTPATH =tests/integrations/clickhouse_driver
731
733
cohere: TESTPATH =tests/integrations/cohere
732
- cloud_resource_context: TESTPATH =tests/integrations/cloud_resource_context
733
734
django: TESTPATH =tests/integrations/django
734
735
dramatiq: TESTPATH =tests/integrations/dramatiq
735
736
falcon: TESTPATH =tests/integrations/falcon
736
- fastapi: TESTPATH =tests/integrations/fastapi
737
+ fastapi: TESTPATH =tests/integrations/fastapi
737
738
flask: TESTPATH =tests/integrations/flask
738
- gcp: TESTPATH =tests/integrations/gcp
739
739
gql: TESTPATH =tests/integrations/gql
740
740
graphene: TESTPATH =tests/integrations/graphene
741
741
grpc: TESTPATH =tests/integrations/grpc
@@ -744,16 +744,14 @@ setenv =
744
744
huggingface_hub: TESTPATH =tests/integrations/huggingface_hub
745
745
langchain-base: TESTPATH =tests/integrations/langchain
746
746
langchain-notiktoken: TESTPATH =tests/integrations/langchain
747
- langgraph: TESTPATH =tests/integrations/langgraph
747
+ langgraph: TESTPATH =tests/integrations/langgraph
748
748
launchdarkly: TESTPATH =tests/integrations/launchdarkly
749
749
litestar: TESTPATH =tests/integrations/litestar
750
750
loguru: TESTPATH =tests/integrations/loguru
751
751
openai-base: TESTPATH =tests/integrations/openai
752
752
openai-notiktoken: TESTPATH =tests/integrations/openai
753
753
openai_agents: TESTPATH =tests/integrations/openai_agents
754
754
openfeature: TESTPATH =tests/integrations/openfeature
755
- opentelemetry: TESTPATH =tests/integrations/opentelemetry
756
- potel: TESTPATH =tests/integrations/opentelemetry
757
755
pure_eval: TESTPATH =tests/integrations/pure_eval
758
756
pymongo: TESTPATH =tests/integrations/pymongo
759
757
pyramid: TESTPATH =tests/integrations/pyramid
@@ -774,7 +772,6 @@ setenv =
774
772
trytond: TESTPATH =tests/integrations/trytond
775
773
typer: TESTPATH =tests/integrations/typer
776
774
unleash: TESTPATH =tests/integrations/unleash
777
- socket: TESTPATH =tests/integrations/socket
778
775
779
776
passenv =
780
777
SENTRY_PYTHON_TEST_POSTGRES_HOST
0 commit comments