Commit ab97e07 1 parent 70d9b3d commit ab97e07 Copy full SHA for ab97e07
File tree 3 files changed +20
-7
lines changed
instrumentation/opentelemetry-instrumentation-kafka-python
3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ dependencies = [
33
33
instruments = [
34
34
" kafka-python >= 2.0" ,
35
35
]
36
- test = [
37
- " opentelemetry-instrumentation-kafka-python[instruments]" ,
38
- " opentelemetry-test-utils == 0.45b0.dev" ,
39
- " wrapt >= 1.0.0, < 2.0.0" ,
40
- ]
41
36
42
37
[project .entry-points .opentelemetry_instrumentor ]
43
38
kafka = " opentelemetry.instrumentation.kafka:KafkaInstrumentor"
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
+ importlib-metadata==6.11.0
5
+ iniconfig==2.0.0
6
+ kafka-python==2.0.2
7
+ packaging==23.2
8
+ pluggy==1.4.0
9
+ py==1.11.0
10
+ py-cpuinfo==9.0.0
11
+ pytest==7.1.3
12
+ pytest-benchmark==4.0.0
13
+ tomli==2.0.1
14
+ typing_extensions==4.9.0
15
+ wrapt==1.16.0
16
+ zipp==3.17.0
17
+ -e opentelemetry-instrumentation
18
+ -e instrumentation/opentelemetry-instrumentation-kafka-python
Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ commands_pre =
337
337
aio-pika-1: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika/test-requirements-1.txt
338
338
aio-pika-2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika/test-requirements-2.txt
339
339
340
- kafka-python: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[ test]
340
+ kafka-python: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python/ test-requirements.txt
341
341
342
342
confluent-kafka: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
343
343
@@ -585,7 +585,7 @@ commands_pre =
585
585
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
586
586
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi/test-requirements.txt
587
587
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2/test-requirements.txt
588
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[ test]
588
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python/ test-requirements.txt
589
589
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
590
590
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache/test-requirements-4.txt
591
591
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-logging/test-requirements.txt
You can’t perform that action at this time.
0 commit comments