Skip to content

Commit 328e16f

Browse files
authored
Remove datadog exporter from tox (#1069)
1 parent 9e0c2ce commit 328e16f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ignore=CVS,gen,Dockerfile,docker-compose.yml,README.md,requirements.txt
1212
# Add files or directories matching the regex patterns to be excluded. The
1313
# regex matches against base names, not paths.
1414
ignore-patterns=
15+
ignore-paths=exporter/opentelemetry-exporter-datadog/.*$
1516

1617
# Python code to execute, usually for sys.path manipulation such as
1718
# pygtk.require().

tox.ini

-7
Original file line numberDiff line numberDiff line change
@@ -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

297293
commands_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

Comments
 (0)