Skip to content

Commit 901a3c3

Browse files
ocelotlxrmx
authored andcommitted
Add missing requirements and test processor baggage in CI (open-telemetry#2717)
* Add missing requirements and test processor baggage in CI Fixes open-telemetry#2716 * Add SDK dependency
1 parent 3f94bb5 commit 901a3c3

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)