File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ dependencies = [
31
31
otlp = [
32
32
" opentelemetry-exporter-otlp == 1.24.0.dev" ,
33
33
]
34
- test = []
35
34
36
35
[project .entry-points .opentelemetry_configurator ]
37
36
configurator = " opentelemetry.distro:OpenTelemetryConfigurator"
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ Deprecated==1.2.14
4
+ importlib-metadata==6.11.0
5
+ iniconfig==2.0.0
6
+ packaging==23.2
7
+ pluggy==1.4.0
8
+ py==1.11.0
9
+ py-cpuinfo==9.0.0
10
+ pytest==7.1.3
11
+ pytest-benchmark==4.0.0
12
+ tomli==2.0.1
13
+ typing_extensions==4.10.0
14
+ wrapt==1.16.0
15
+ zipp==3.17.0
16
+ -e opentelemetry-instrumentation
17
+ -e opentelemetry-distro
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ commands_pre =
325
325
326
326
opentelemetry-instrumentation: pip install -r {toxinidir}/opentelemetry-instrumentation/test-requirements.txt
327
327
328
- distro: pip install {toxinidir}/opentelemetry-distro
328
+ distro: pip install -r {toxinidir}/opentelemetry-distro/test-requirements.txt
329
329
330
330
asgi: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi/test-requirements.txt
331
331
@@ -623,7 +623,7 @@ commands_pre =
623
623
pip install -r {toxinidir}/propagator/opentelemetry-propagator-aws-xray/test-requirements.txt
624
624
pip install -r {toxinidir}/propagator/opentelemetry-propagator-ot-trace/test-requirements.txt
625
625
pip install -r {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws/test-requirements.txt
626
- python -m pip install -e {toxinidir}/opentelemetry-distro[ test]
626
+ pip install -r {toxinidir}/opentelemetry-distro/ test-requirements.txt
627
627
628
628
commands =
629
629
python scripts/eachdist.py lint --check-only
You can’t perform that action at this time.
0 commit comments