@@ -98,9 +98,6 @@ envlist =
9898 py3{6,7,8,9,10}-test-instrumentation-logging
9999 pypy3-test-instrumentation-logging
100100
101- ; opentelemetry-exporter-datadog
102- py3{6,7,8,9,10}-test-exporter-datadog
103-
104101 ; opentelemetry-exporter-richconsole
105102 py3{6,7,8,9,10}-test-exporter-richconsole
106103
@@ -291,7 +288,6 @@ changedir =
291288 test-sdkextension-aws: sdk-extension/opentelemetry-sdk-extension-aws/tests
292289 test-propagator-aws: propagator/opentelemetry-propagator-aws-xray/tests
293290 test-propagator-ot-trace: propagator/opentelemetry-propagator-ot-trace/tests
294- test-exporter-datadog: exporter/opentelemetry-exporter-datadog/tests
295291 test-exporter-richconsole: exporter/opentelemetry-exporter-richconsole/tests
296292
297293commands_pre =
@@ -374,8 +370,6 @@ commands_pre =
374370
375371 aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
376372
377- datadog: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-datadog[test]
378-
379373 richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
380374
381375 sklearn: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
@@ -476,7 +470,6 @@ commands_pre =
476470 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
477471 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
478472 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
479- python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-datadog[test]
480473 python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
481474 python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
482475 python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-aws-xray[test]
0 commit comments