File tree Expand file tree Collapse file tree 3 files changed +31
-8
lines changed
instrumentation/opentelemetry-instrumentation-starlette Expand file tree Collapse file tree 3 files changed +31
-8
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,6 @@ dependencies = [
3535instruments = [
3636 " starlette ~= 0.13.0" ,
3737]
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- ]
4438
4539[project .entry-points .opentelemetry_instrumentor ]
4640starlette = " 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 =
439439
440440 requests: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
441441
442- starlette: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[ test]
442+ starlette: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette/ test-requirements.txt
443443
444444 system-metrics: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
445445
@@ -536,7 +536,7 @@ commands_pre =
536536 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
537537 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
538538 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
540540 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
541541 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
542542 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
You can’t perform that action at this time.
0 commit comments