remove google exporter files (#918)

This commit is contained in:
Andrew Xue 2020-07-16 16:12:44 -04:00 committed by GitHub
parent 8a5df4997c
commit 77455cebcd
1 changed files with 0 additions and 13 deletions

13
tox.ini
View File

@ -161,15 +161,6 @@ envlist =
; ext-system-metrics intentionally excluded from pypy3
; known limitation: gc.get_count won't work under pypy
; Coverage is temporarily disabled for pypy3 due to the pytest bug.
; pypy3-coverage
; opentelemetry-exporter-cloud-monitoring
py3{4,5,6,7,8}-test-exporter-cloud-monitoring
; opentelemetry-exporter-cloud-trace
py3{4,5,6,7,8}-test-exporter-cloud-trace
lint
py38-tracecontext
py38-{mypy,mypyinstalled}
@ -235,8 +226,6 @@ changedir =
test-exporter-opencensusexporter: ext/opentelemetry-ext-opencensusexporter/tests
test-exporter-otlp: ext/opentelemetry-ext-otlp/tests
test-exporter-prometheus: ext/opentelemetry-ext-prometheus/tests
test-exporter-cloud-trace: ext/opentelemetry-exporter-cloud-trace/tests
test-exporter-cloud-monitoring: ext/opentelemetry-exporter-cloud-monitoring/tests
test-exporter-zipkin: ext/opentelemetry-ext-zipkin/tests
commands_pre =
@ -319,8 +308,6 @@ commands_pre =
system-metrics: pip install {toxinidir}/ext/opentelemetry-ext-system-metrics[test]
exporter-cloud-monitoring: pip install {toxinidir}/ext/opentelemetry-exporter-cloud-monitoring
exporter-cloud-trace: pip install {toxinidir}/ext/opentelemetry-exporter-cloud-trace
elasticsearch{2,5,6,7}: pip install {toxinidir}/opentelemetry-instrumentation {toxinidir}/ext/opentelemetry-ext-elasticsearch[test]
; In order to get a healthy coverage report,