Skip to content

Commit 4a2cb86

Browse files
authored
Fix Jaeger exporter and getting started testing failures (#3498)
Fixes #3497 Fixes #3501
1 parent d054dff commit 4a2cb86

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
asgiref==3.7.2
2+
attrs==23.1.0
3+
certifi==2023.7.22
4+
charset-normalizer==2.0.12
5+
click==8.1.7
6+
Deprecated==1.2.14
7+
flaky==3.7.0
8+
Flask==2.0.1
9+
idna==3.4
10+
importlib-metadata==6.8.0
11+
iniconfig==2.0.0
12+
itsdangerous==2.1.2
13+
Jinja2==3.1.2
14+
MarkupSafe==2.1.3
15+
packaging==23.2
16+
pluggy==1.3.0
17+
py==1.11.0
18+
py-cpuinfo==9.0.0
19+
pytest==7.1.3
20+
pytest-benchmark==4.0.0
21+
requests==2.26.0
22+
tomli==2.0.1
23+
typing_extensions==4.8.0
24+
urllib3==1.26.18
25+
Werkzeug==2.3.7
26+
wrapt==1.15.0
27+
zipp==3.17.0

exporter/opentelemetry-exporter-jaeger-proto-grpc/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Typing :: Typed",
2727
]
2828
dependencies = [
29+
"protobuf ~= 3.20.0",
2930
"googleapis-common-protos ~= 1.52, < 1.60.0",
3031
"grpcio >= 1.0.0, < 2.0.0",
3132
"opentelemetry-api ~= 1.3",

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ envlist =
1919
pypy3-opentelemetry-semantic-conventions
2020

2121
; docs/getting-started
22-
py3{7,8,9,10,11}-opentelemetry-getting-started
23-
pypy3-opentelemetry-getting-started
22+
py3{8,9,10,11}-opentelemetry-getting-started
2423

2524
py3{7,8,9,10,11}-opentelemetry-opentracing-shim
2625
pypy3-opentelemetry-opentracing-shim
@@ -132,7 +131,7 @@ commands_pre =
132131

133132
protobuf: pip install {toxinidir}/opentelemetry-proto
134133

135-
getting-started: pip install requests==2.26.0 flask==2.0.1
134+
getting-started: pip install -r requirements.txt
136135
getting-started: pip install -e "{env:CONTRIB_REPO}#egg=opentelemetry-util-http&subdirectory=util/opentelemetry-util-http"
137136
getting-started: pip install -e "{env:CONTRIB_REPO}#egg=opentelemetry-instrumentation&subdirectory=opentelemetry-instrumentation"
138137
getting-started: pip install -e "{env:CONTRIB_REPO}#egg=opentelemetry-instrumentation-requests&subdirectory=instrumentation/opentelemetry-instrumentation-requests"

0 commit comments

Comments
 (0)