@@ -137,9 +137,9 @@ envlist =
137
137
py3{5,6,7,8}-test-util-http
138
138
pypy3-test-util-http
139
139
140
- ; opentelemetry-propagator-opentracing
141
- py3{5,6,7,8}-test-propagator-opentracing
142
- pypy3-test-propagator-opentracing
140
+ ; opentelemetry-propagator-ot-trace
141
+ py3{5,6,7,8}-test-propagator-ot-trace
142
+ pypy3-test-propagator-ot-trace
143
143
144
144
lint
145
145
docker-tests
@@ -197,7 +197,7 @@ changedir =
197
197
test-instrumentation-wsgi: instrumentation/opentelemetry-instrumentation-wsgi/tests
198
198
test-util-http: util/opentelemetry-util-http/tests
199
199
test-sdkextension-aws: sdk-extension/opentelemetry-sdk-extension-aws/tests
200
- test-propagator-opentracing : propagator/opentelemetry-propagator-opentracing /tests
200
+ test-propagator-ot-trace : propagator/opentelemetry-propagator-ot-trace /tests
201
201
202
202
test-exporter-datadog: exporter/opentelemetry-exporter-datadog/tests
203
203
@@ -278,7 +278,7 @@ commands_pre =
278
278
279
279
http: pip install {toxinidir}/util/opentelemetry-util-http
280
280
; In order to get a health coverage report,
281
- propagator-opentracing : pip install {toxinidir}/propagator/opentelemetry-propagator-opentracing [test]
281
+ propagator-ot-trace : pip install {toxinidir}/propagator/opentelemetry-propagator-ot-trace [test]
282
282
283
283
; we have to install packages in editable mode.
284
284
coverage: python {toxinidir}/scripts/eachdist.py install --editable
@@ -356,7 +356,7 @@ commands_pre =
356
356
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql[test]
357
357
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-datadog[test]
358
358
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
359
- python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-opentracing [test]
359
+ python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-ot-trace [test]
360
360
361
361
commands =
362
362
python scripts/eachdist.py lint --check-only
0 commit comments