Skip to content

Commit 79ce022

Browse files
committed
Fix tox tortoiseorm entry
1 parent dc33ffe commit 79ce022

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

instrumentation/opentelemetry-instrumentation-tortoiseorm/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies = [
3333
[project.optional-dependencies]
3434
instruments = [
3535
"tortoise-orm >= 0.19.2",
36+
"pydantic >= 1.10.2"
3637
]
3738
test = [
3839
"opentelemetry-instrumentation-tortoiseorm[instruments]",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ commands_pre =
387387

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

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

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

0 commit comments

Comments
 (0)