Commit 51c78bf 1 parent a8e57bf commit 51c78bf Copy full SHA for 51c78bf
File tree 3 files changed +22
-8
lines changed
instrumentation/opentelemetry-instrumentation-grpc
3 files changed +22
-8
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,6 @@ dependencies = [
35
35
instruments = [
36
36
" grpcio ~= 1.27" ,
37
37
]
38
- test = [
39
- " opentelemetry-instrumentation-grpc[instruments]" ,
40
- " opentelemetry-sdk ~= 1.12" ,
41
- " opentelemetry-test-utils == 0.45b0.dev" ,
42
- " protobuf ~= 3.13" ,
43
- ]
44
38
45
39
[project .entry-points .opentelemetry_instrumentor ]
46
40
grpc_client = " opentelemetry.instrumentation.grpc:GrpcInstrumentorClient"
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ Deprecated==1.2.14
4
+ grpcio==1.62.0
5
+ importlib-metadata==6.11.0
6
+ iniconfig==2.0.0
7
+ packaging==23.2
8
+ pluggy==1.4.0
9
+ protobuf==3.20.3
10
+ py==1.11.0
11
+ py-cpuinfo==9.0.0
12
+ pytest==7.1.3
13
+ pytest-asyncio==0.23.5
14
+ pytest-benchmark==4.0.0
15
+ tomli==2.0.1
16
+ typing_extensions==4.9.0
17
+ wrapt==1.16.0
18
+ zipp==3.17.0
19
+ -e opentelemetry-instrumentation
20
+ -e instrumentation/opentelemetry-instrumentation-grpc
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ commands_pre =
341
341
342
342
confluent-kafka: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
343
343
344
- grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[ test]
344
+ grpc: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc/ test-requirements.txt
345
345
346
346
wsgi: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi/test-requirements.txt
347
347
@@ -571,8 +571,8 @@ commands_pre =
571
571
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
572
572
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-django/test-requirements-3.txt
573
573
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette/test-requirements.txt
574
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
575
574
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon/test-requirements-2.txt
575
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc/test-requirements.txt
576
576
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
577
577
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-flask/test-requirements-2.txt
578
578
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy/test-requirements-1.txt
You can’t perform that action at this time.
0 commit comments