We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cf354 commit 4d76fe1Copy full SHA for 4d76fe1
exporter/opentelemetry-exporter-datadog/setup.cfg
@@ -50,3 +50,5 @@ where = src
50
51
[options.extras_require]
52
test =
53
+ opentelemetry-test-utils == 0.28b1
54
+ flaky
tox.ini
@@ -360,7 +360,7 @@ commands_pre =
360
361
aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
362
363
- datadog: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-datadog[test]
+ datadog: pip install {toxinidir}/exporter/opentelemetry-exporter-datadog[test]
364
365
richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
366
0 commit comments