Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79ce022

Browse files
committedNov 18, 2022
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

+1
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

+1-1
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)
Please sign in to comment.