Skip to content

Commit dbfa681

Browse files
authoredJul 29, 2024··
Add missing requirements and test processor baggage in CI (#2717)
* Add missing requirements and test processor baggage in CI Fixes #2716 * Add SDK dependency
1 parent 33ad0dc commit dbfa681

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎.github/workflows/instrumentations_1.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- "resource-detector-container"
4040
- "util-http"
4141
- "fastapi-slim"
42+
- "processor-baggage"
4243
os: [ubuntu-20.04]
4344
exclude:
4445
- python-version: pypy3

‎processor/opentelemetry-processor-baggage/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.5",
29+
"opentelemetry-sdk ~= 1.5",
2930
"wrapt >= 1.0.0, < 2.0.0",
3031
]
3132

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
2-
-e processor/opentelemetry-processor-baggage
1+
importlib_metadata==8.0.0
2+
typing_extensions==4.12.2
3+
wrapt==1.16.0
4+
zipp==3.19.2
5+
pytest==7.4.4
6+
Deprecated==1.2.14
7+
-e processor/opentelemetry-processor-baggage

0 commit comments

Comments
 (0)
Please sign in to comment.