File tree 3 files changed +33
-7
lines changed
instrumentation/opentelemetry-instrumentation-tornado
3 files changed +33
-7
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ dependencies = [
33
33
instruments = [
34
34
" tornado >= 5.1.1" ,
35
35
]
36
- test = [
37
- " opentelemetry-instrumentation-tornado[instruments]" ,
38
- " opentelemetry-test-utils == 0.45b0.dev" ,
39
- " http-server-mock"
40
- ]
41
36
42
37
[project .entry-points .opentelemetry_instrumentor ]
43
38
tornado = " opentelemetry.instrumentation.tornado:TornadoInstrumentor"
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ blinker==1.7.0
4
+ certifi==2024.2.2
5
+ charset-normalizer==3.3.2
6
+ click==8.1.7
7
+ Deprecated==1.2.14
8
+ Flask==3.0.2
9
+ http_server_mock==1.7
10
+ idna==3.6
11
+ importlib-metadata==6.11.0
12
+ iniconfig==2.0.0
13
+ itsdangerous==2.1.2
14
+ Jinja2==3.1.3
15
+ MarkupSafe==2.1.5
16
+ packaging==23.2
17
+ pluggy==1.4.0
18
+ py==1.11.0
19
+ py-cpuinfo==9.0.0
20
+ pytest==7.1.3
21
+ pytest-benchmark==4.0.0
22
+ requests==2.31.0
23
+ tomli==2.0.1
24
+ tornado==6.4
25
+ typing_extensions==4.9.0
26
+ urllib3==2.2.1
27
+ Werkzeug==3.0.1
28
+ wrapt==1.16.0
29
+ zipp==3.17.0
30
+ -e ../../../opentelemetry-instrumentation
31
+ -e ../../../instrumentation/opentelemetry-instrumentation-tornado
Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ commands_pre =
443
443
444
444
system-metrics: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
445
445
446
- tornado: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[ test]
446
+ tornado: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado/ test-requirements.txt
447
447
448
448
tortoiseorm: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
449
449
@@ -571,7 +571,7 @@ commands_pre =
571
571
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymongo[test]
572
572
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-elasticsearch[test]
573
573
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
574
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[test]
574
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado
575
575
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
576
576
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql[test]
577
577
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
You can’t perform that action at this time.
0 commit comments