Skip to content

Commit

Permalink
Remove [test] package from jinja2 instrumentation
Browse files Browse the repository at this point in the history
Fixes #2204
  • Loading branch information
ocelotl committed Mar 13, 2024
1 parent 565e78d commit 1bcf5dc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ dependencies = [
instruments = [
"jinja2 >= 2.7, < 4.0",
]
test = [
"opentelemetry-instrumentation-jinja2[instruments]",
"markupsafe==2.0.1",
"opentelemetry-test-utils == 0.45b0.dev",
]

[project.entry-points.opentelemetry_instrumentor]
jinja2 = "opentelemetry.instrumentation.jinja2:Jinja2Instrumentor"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
asgiref==3.7.2
attrs==23.2.0
Deprecated==1.2.14
importlib-metadata==6.11.0
iniconfig==2.0.0
Jinja2==3.1.3
MarkupSafe==2.0.1
packaging==23.2
pluggy==1.4.0
py==1.11.0
py-cpuinfo==9.0.0
pytest==7.1.3
pytest-benchmark==4.0.0
tomli==2.0.1
typing_extensions==4.9.0
wrapt==1.16.0
zipp==3.17.0
-e opentelemetry-instrumentation
-e instrumentation/opentelemetry-instrumentation-jinja2
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ commands_pre =

tortoiseorm: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]

jinja2: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
jinja2: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2/test-requirements.txt

logging: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]

Expand Down Expand Up @@ -554,7 +554,7 @@ commands_pre =
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2/test-requirements.txt
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
Expand Down

0 comments on commit 1bcf5dc

Please sign in to comment.