We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544a9ff commit 535e291Copy full SHA for 535e291
tox.ini
@@ -715,9 +715,13 @@ setenv =
715
716
common: TESTPATH=tests
717
gevent: TESTPATH=tests
718
- socket: TESTPATH=tests/integrations/socket
719
asgi: TESTPATH=tests/integrations/asgi
+ aws_lambda: TESTPATH=tests/integrations/aws_lambda
720
+ cloud_resource_context: TESTPATH=tests/integrations/cloud_resource_context
721
gcp: TESTPATH=tests/integrations/gcp
722
+ opentelemetry: TESTPATH=tests/integrations/opentelemetry
723
+ potel: TESTPATH=tests/integrations/opentelemetry
724
+ socket: TESTPATH=tests/integrations/socket
725
726
aiohttp: TESTPATH=tests/integrations/aiohttp
727
anthropic: TESTPATH=tests/integrations/anthropic
0 commit comments