Skip to content

Commit

Permalink
Add missing requirements and test processor baggage in CI (open-telem…
Browse files Browse the repository at this point in the history
…etry#2717)

* Add missing requirements and test processor baggage in CI

Fixes open-telemetry#2716

* Add SDK dependency
  • Loading branch information
ocelotl committed Jul 29, 2024
1 parent 33ad0dc commit dbfa681
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/instrumentations_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- "resource-detector-container"
- "util-http"
- "fastapi-slim"
- "processor-baggage"
os: [ubuntu-20.04]
exclude:
- python-version: pypy3
Expand Down
1 change: 1 addition & 0 deletions processor/opentelemetry-processor-baggage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.5",
"opentelemetry-sdk ~= 1.5",
"wrapt >= 1.0.0, < 2.0.0",
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@

-e processor/opentelemetry-processor-baggage
importlib_metadata==8.0.0
typing_extensions==4.12.2
wrapt==1.16.0
zipp==3.19.2
pytest==7.4.4
Deprecated==1.2.14
-e processor/opentelemetry-processor-baggage

0 comments on commit dbfa681

Please sign in to comment.