Skip to content

Commit 4d76fe1

Browse files
Move Datadog testing requirements to inside the module
1 parent 67cf354 commit 4d76fe1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: exporter/opentelemetry-exporter-datadog/setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ where = src
5050

5151
[options.extras_require]
5252
test =
53+
opentelemetry-test-utils == 0.28b1
54+
flaky

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ commands_pre =
360360

361361
aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
362362

363-
datadog: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-datadog[test]
363+
datadog: pip install {toxinidir}/exporter/opentelemetry-exporter-datadog[test]
364364

365365
richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
366366

0 commit comments

Comments
 (0)