@@ -232,6 +232,10 @@ envlist =
232
232
; // FIXME: Enable support for python 3.11 when https://github.com/confluentinc/confluent-kafka-python/issues/1452 is fixed
233
233
py3{7,8,9,10}-test-instrumentation-confluent-kafka
234
234
235
+ ; opentelemetry-instrumentation-asyncio
236
+ py3{7,8,9,10,11}-test-instrumentation-asyncio
237
+
238
+
235
239
lint
236
240
spellcheck
237
241
docker-tests
@@ -343,6 +347,7 @@ changedir =
343
347
test-instrumentation-tortoiseorm: instrumentation/opentelemetry-instrumentation-tortoiseorm/tests
344
348
test-instrumentation-wsgi: instrumentation/opentelemetry-instrumentation-wsgi/tests
345
349
test-instrumentation-httpx{18,21}: instrumentation/opentelemetry-instrumentation-httpx/tests
350
+ test-instrumentation-asyncio: instrumentation/opentelemetry-instrumentation-asyncio/tests
346
351
test-util-http: util/opentelemetry-util-http/tests
347
352
test-sdkextension-aws: sdk-extension/opentelemetry-sdk-extension-aws/tests
348
353
test-resource-detector-container: resource/opentelemetry-resource-detector-container/tests
@@ -455,6 +460,8 @@ commands_pre =
455
460
456
461
elasticsearch{2,5,6}: pip install {toxinidir}/opentelemetry-instrumentation[test] {toxinidir}/instrumentation/opentelemetry-instrumentation-elasticsearch[test]
457
462
463
+ asyncio: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio[test]
464
+
458
465
httpx{18,21}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
459
466
460
467
sdkextension-aws: pip install {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
@@ -564,6 +571,7 @@ commands_pre =
564
571
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
565
572
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
566
573
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
574
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio[test]
567
575
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
568
576
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write[test]
569
577
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
0 commit comments