Commit 3e09189 1 parent 1e0b11f commit 3e09189 Copy full SHA for 3e09189
File tree 3 files changed +27
-6
lines changed
instrumentation/opentelemetry-instrumentation-tortoiseorm
3 files changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ instruments = [
34
34
" tortoise-orm >= 0.17.0" ,
35
35
" pydantic >= 1.10.2"
36
36
]
37
- test = [
38
- " opentelemetry-instrumentation-tortoiseorm[instruments]" ,
39
- " opentelemetry-test-utils == 0.45b0.dev" ,
40
- ]
41
37
42
38
[project .entry-points .opentelemetry_instrumentor ]
43
39
tortoiseorm = " opentelemetry.instrumentation.tortoiseorm:TortoiseORMInstrumentor"
Original file line number Diff line number Diff line change
1
+ aiosqlite==0.17.0
2
+ annotated-types==0.6.0
3
+ asgiref==3.7.2
4
+ attrs==23.2.0
5
+ Deprecated==1.2.14
6
+ importlib-metadata==6.11.0
7
+ iniconfig==2.0.0
8
+ iso8601==1.1.0
9
+ packaging==23.2
10
+ pluggy==1.4.0
11
+ py==1.11.0
12
+ py-cpuinfo==9.0.0
13
+ pydantic==2.6.2
14
+ pydantic_core==2.16.3
15
+ pypika-tortoise==0.1.6
16
+ pytest==7.1.3
17
+ pytest-benchmark==4.0.0
18
+ pytz==2024.1
19
+ tomli==2.0.1
20
+ tortoise-orm==0.20.0
21
+ typing_extensions==4.9.0
22
+ wrapt==1.16.0
23
+ zipp==3.17.0
24
+ -e opentelemetry-instrumentation
25
+ -e instrumentation/opentelemetry-instrumentation-tortoiseorm
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ commands_pre =
394
394
395
395
tornado: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[test]
396
396
397
- tortoiseorm: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[ test]
397
+ tortoiseorm: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm/ test-requirements.txt
398
398
399
399
jinja2: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
400
400
@@ -577,7 +577,7 @@ commands_pre =
577
577
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-elasticsearch[test]
578
578
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
579
579
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[test]
580
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[ test]
580
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm/ test-requirements.txt
581
581
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql[test]
582
582
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
583
583
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
You can’t perform that action at this time.
0 commit comments