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 @@ -418,7 +418,7 @@ commands_pre =
418
418
419
419
tortoiseorm: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
420
420
421
- jinja2: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[ test]
421
+ jinja2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2/ test-requirements.txt
422
422
423
423
logging: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-logging/test-requirements.txt
424
424
@@ -584,7 +584,7 @@ commands_pre =
584
584
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
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
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[ test]
587
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2/ test-requirements.txt
588
588
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
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
You can’t perform that action at this time.
0 commit comments