mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-28 20:52:57 +08:00
Remove datadog exporter from tox (#1069)
This commit is contained in:
@ -12,6 +12,7 @@ ignore=CVS,gen,Dockerfile,docker-compose.yml,README.md,requirements.txt
|
|||||||
# Add files or directories matching the regex patterns to be excluded. The
|
# Add files or directories matching the regex patterns to be excluded. The
|
||||||
# regex matches against base names, not paths.
|
# regex matches against base names, not paths.
|
||||||
ignore-patterns=
|
ignore-patterns=
|
||||||
|
ignore-paths=exporter/opentelemetry-exporter-datadog/.*$
|
||||||
|
|
||||||
# Python code to execute, usually for sys.path manipulation such as
|
# Python code to execute, usually for sys.path manipulation such as
|
||||||
# pygtk.require().
|
# pygtk.require().
|
||||||
|
7
tox.ini
7
tox.ini
@ -98,9 +98,6 @@ envlist =
|
|||||||
py3{6,7,8,9,10}-test-instrumentation-logging
|
py3{6,7,8,9,10}-test-instrumentation-logging
|
||||||
pypy3-test-instrumentation-logging
|
pypy3-test-instrumentation-logging
|
||||||
|
|
||||||
; opentelemetry-exporter-datadog
|
|
||||||
py3{6,7,8,9,10}-test-exporter-datadog
|
|
||||||
|
|
||||||
; opentelemetry-exporter-richconsole
|
; opentelemetry-exporter-richconsole
|
||||||
py3{6,7,8,9,10}-test-exporter-richconsole
|
py3{6,7,8,9,10}-test-exporter-richconsole
|
||||||
|
|
||||||
@ -291,7 +288,6 @@ changedir =
|
|||||||
test-sdkextension-aws: sdk-extension/opentelemetry-sdk-extension-aws/tests
|
test-sdkextension-aws: sdk-extension/opentelemetry-sdk-extension-aws/tests
|
||||||
test-propagator-aws: propagator/opentelemetry-propagator-aws-xray/tests
|
test-propagator-aws: propagator/opentelemetry-propagator-aws-xray/tests
|
||||||
test-propagator-ot-trace: propagator/opentelemetry-propagator-ot-trace/tests
|
test-propagator-ot-trace: propagator/opentelemetry-propagator-ot-trace/tests
|
||||||
test-exporter-datadog: exporter/opentelemetry-exporter-datadog/tests
|
|
||||||
test-exporter-richconsole: exporter/opentelemetry-exporter-richconsole/tests
|
test-exporter-richconsole: exporter/opentelemetry-exporter-richconsole/tests
|
||||||
|
|
||||||
commands_pre =
|
commands_pre =
|
||||||
@ -374,8 +370,6 @@ commands_pre =
|
|||||||
|
|
||||||
aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
|
aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
|
||||||
|
|
||||||
datadog: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-datadog[test]
|
|
||||||
|
|
||||||
richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
|
richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
|
||||||
|
|
||||||
sklearn: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
|
sklearn: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test]
|
||||||
@ -476,7 +470,6 @@ commands_pre =
|
|||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
|
||||||
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-datadog[test]
|
|
||||||
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
|
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
|
||||||
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
|
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
|
||||||
python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-aws-xray[test]
|
python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-aws-xray[test]
|
||||||
|
Reference in New Issue
Block a user