Commit 1d8ee89 1 parent 8daa8ad commit 1d8ee89 Copy full SHA for 1d8ee89
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 @@ -385,7 +385,7 @@ commands_pre =
385
385
386
386
aio-pika-{8,9}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
387
387
388
- kafka-python: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[ test]
388
+ kafka-python: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python/ test-requirements.txt
389
389
390
390
confluent-kafka: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
391
391
@@ -558,7 +558,7 @@ commands_pre =
558
558
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
559
559
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
560
560
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
561
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
561
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python
562
562
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
563
563
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
564
564
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache[test]
You can’t perform that action at this time.
0 commit comments