File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
exporter/opentelemetry-exporter-datadog Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -50,3 +50,5 @@ where = src
50
50
51
51
[options.extras_require]
52
52
test =
53
+ opentelemetry-test-utils == 0.28b1
54
+ flaky
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ commands_pre =
360
360
361
361
aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
362
362
363
- datadog: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-datadog[test]
363
+ datadog: pip install {toxinidir}/exporter/opentelemetry-exporter-datadog[test]
364
364
365
365
richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
366
366
You can’t perform that action at this time.
0 commit comments