File tree 3 files changed +21
-7
lines changed
instrumentation/opentelemetry-instrumentation-jinja2
3 files changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ dependencies = [
33
33
instruments = [
34
34
" jinja2 >= 2.7, < 4.0" ,
35
35
]
36
- test = [
37
- " opentelemetry-instrumentation-jinja2[instruments]" ,
38
- " markupsafe==2.0.1" ,
39
- " opentelemetry-test-utils == 0.45b0.dev" ,
40
- ]
41
36
42
37
[project .entry-points .opentelemetry_instrumentor ]
43
38
jinja2 = " opentelemetry.instrumentation.jinja2:Jinja2Instrumentor"
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
+ Jinja2==3.1.3
7
+ MarkupSafe==2.0.1
8
+ packaging==23.2
9
+ pluggy==1.4.0
10
+ py==1.11.0
11
+ py-cpuinfo==9.0.0
12
+ pytest==7.1.3
13
+ pytest-benchmark==4.0.0
14
+ tomli==2.0.1
15
+ typing_extensions==4.9.0
16
+ wrapt==1.16.0
17
+ zipp==3.17.0
18
+ -e opentelemetry-instrumentation
19
+ -e instrumentation/opentelemetry-instrumentation-jinja2
Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ commands_pre =
396
396
397
397
tortoiseorm: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
398
398
399
- jinja2: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[ test]
399
+ jinja2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2/ test-requirements.txt
400
400
401
401
logging: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
402
402
@@ -554,7 +554,7 @@ commands_pre =
554
554
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
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
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[ test]
557
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2/ test-requirements.txt
558
558
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
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]
You can’t perform that action at this time.
0 commit comments