Skip to content

Commit

Permalink
Fix tox tortoiseorm entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Nov 18, 2022
1 parent dc33ffe commit 79ce022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
[project.optional-dependencies]
instruments = [
"tortoise-orm >= 0.19.2",
"pydantic >= 1.10.2"
]
test = [
"opentelemetry-instrumentation-tortoiseorm[instruments]",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ commands_pre =

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

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

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

Expand Down

0 comments on commit 79ce022

Please sign in to comment.