Commit 8956f6a 1 parent 8daa8ad commit 8956f6a Copy full SHA for 8956f6a
File tree 3 files changed +19
-5
lines changed
instrumentation/opentelemetry-instrumentation-logging
3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ dependencies = [
30
30
31
31
[project .optional-dependencies ]
32
32
instruments = []
33
- test = [
34
- " opentelemetry-test-utils == 0.45b0.dev" ,
35
- ]
36
33
37
34
[project .entry-points .opentelemetry_instrumentor ]
38
35
logging = " opentelemetry.instrumentation.logging:LoggingInstrumentor"
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
+ packaging==23.2
7
+ pluggy==1.4.0
8
+ py==1.11.0
9
+ py-cpuinfo==9.0.0
10
+ pytest==7.1.3
11
+ pytest-benchmark==4.0.0
12
+ tomli==2.0.1
13
+ typing_extensions==4.9.0
14
+ wrapt==1.16.0
15
+ zipp==3.17.0
16
+ -e ../../../opentelemetry-instrumentation
17
+ -e ../../../instrumentation/opentelemetry-instrumentation-logging
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ commands_pre =
456
456
457
457
jinja2: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
458
458
459
- logging: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[ test]
459
+ logging: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-logging/ test-requirements.txt
460
460
461
461
aio-pika-{8,9}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
462
462
@@ -560,7 +560,7 @@ commands_pre =
560
560
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
561
561
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
562
562
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
563
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
563
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-logging
564
564
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache[test]
565
565
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg[test]
566
566
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
You can’t perform that action at this time.
0 commit comments