Commit a2bb8d6 1 parent 46a8c59 commit a2bb8d6 Copy full SHA for a2bb8d6
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 @@ -327,7 +327,7 @@ commands_pre =
327
327
328
328
aio-pika-{8,9}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
329
329
330
- kafka-python: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[ test]
330
+ kafka-python: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python/ test-requirements.txt
331
331
332
332
confluent-kafka: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
333
333
@@ -555,7 +555,7 @@ commands_pre =
555
555
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
556
556
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
557
557
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
558
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[ test]
558
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python/ test-requirements.txt
559
559
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
560
560
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
561
561
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache[test]
You can’t perform that action at this time.
0 commit comments