Commit 3b75da8 1 parent 1c21715 commit 3b75da8 Copy full SHA for 3b75da8
File tree 3 files changed +31
-8
lines changed
instrumentation/opentelemetry-instrumentation-starlette
3 files changed +31
-8
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,6 @@ dependencies = [
35
35
instruments = [
36
36
" starlette ~= 0.13.0" ,
37
37
]
38
- test = [
39
- " opentelemetry-instrumentation-starlette[instruments]" ,
40
- " opentelemetry-test-utils == 0.45b0.dev" ,
41
- " requests ~= 2.23" , # needed for testclient
42
- " httpx ~= 0.22" , # needed for testclient
43
- ]
44
38
45
39
[project .entry-points .opentelemetry_instrumentor ]
46
40
starlette = " opentelemetry.instrumentation.starlette:StarletteInstrumentor"
Original file line number Diff line number Diff line change
1
+ anyio==4.3.0
2
+ asgiref==3.7.2
3
+ attrs==23.2.0
4
+ certifi==2024.2.2
5
+ charset-normalizer==3.3.2
6
+ Deprecated==1.2.14
7
+ exceptiongroup==1.2.0
8
+ h11==0.14.0
9
+ httpcore==1.0.4
10
+ httpx==0.27.0
11
+ idna==3.6
12
+ importlib-metadata==6.11.0
13
+ iniconfig==2.0.0
14
+ packaging==23.2
15
+ pluggy==1.4.0
16
+ py==1.11.0
17
+ py-cpuinfo==9.0.0
18
+ pytest==7.1.3
19
+ pytest-benchmark==4.0.0
20
+ requests==2.31.0
21
+ sniffio==1.3.0
22
+ starlette==0.13.8
23
+ tomli==2.0.1
24
+ typing_extensions==4.9.0
25
+ urllib3==2.2.1
26
+ wrapt==1.16.0
27
+ zipp==3.17.0
28
+ -e ../../../opentelemetry-instrumentation
29
+ -e ../../../instrumentation/opentelemetry-instrumentation-starlette
Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ commands_pre =
439
439
440
440
requests: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
441
441
442
- starlette: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[ test]
442
+ starlette: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette/ test-requirements.txt
443
443
444
444
system-metrics: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
445
445
@@ -536,7 +536,7 @@ commands_pre =
536
536
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
537
537
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
538
538
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
539
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
539
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette
540
540
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
541
541
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
542
542
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
You can’t perform that action at this time.
0 commit comments