Skip to content

Commit

Permalink
Move Datadog testing requirements to inside the module
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipuniverse committed Feb 28, 2022
1 parent dfbc61f commit d1e472b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions exporter/opentelemetry-exporter-datadog/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ where = src

[options.extras_require]
test =
opentelemetry-test-utils == 0.28b1
flaky
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ commands_pre =

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

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

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

Expand Down

0 comments on commit d1e472b

Please sign in to comment.