@@ -98,9 +98,6 @@ envlist =
98
98
py3{6,7,8,9,10}-test-instrumentation-logging
99
99
pypy3-test-instrumentation-logging
100
100
101
- ; opentelemetry-exporter-datadog
102
- py3{6,7,8,9,10}-test-exporter-datadog
103
-
104
101
; opentelemetry-exporter-richconsole
105
102
py3{6,7,8,9,10}-test-exporter-richconsole
106
103
@@ -291,7 +288,6 @@ changedir =
291
288
test-sdkextension-aws: sdk-extension/opentelemetry-sdk-extension-aws/tests
292
289
test-propagator-aws: propagator/opentelemetry-propagator-aws-xray/tests
293
290
test-propagator-ot-trace: propagator/opentelemetry-propagator-ot-trace/tests
294
- test-exporter-datadog: exporter/opentelemetry-exporter-datadog/tests
295
291
test-exporter-richconsole: exporter/opentelemetry-exporter-richconsole/tests
296
292
297
293
commands_pre =
@@ -374,8 +370,6 @@ commands_pre =
374
370
375
371
aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
376
372
377
- datadog: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-datadog[test]
378
-
379
373
richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
380
374
381
375
sklearn: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
@@ -476,7 +470,6 @@ commands_pre =
476
470
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
477
471
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
478
472
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
479
- python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-datadog[test]
480
473
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
481
474
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
482
475
python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-aws-xray[test]
0 commit comments