Commit bc230df 1 parent 46a8c59 commit bc230df Copy full SHA for bc230df
File tree 3 files changed +23
-5
lines changed
propagator/opentelemetry-propagator-aws-xray
3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ dependencies = [
27
27
" opentelemetry-api ~= 1.12" ,
28
28
]
29
29
30
- [project .optional-dependencies ]
31
- test = []
32
-
33
30
[project .entry-points .opentelemetry_propagator ]
34
31
xray = " opentelemetry.propagators.aws:AwsXRayPropagator"
35
32
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ certifi==2024.2.2
4
+ charset-normalizer==3.3.2
5
+ Deprecated==1.2.14
6
+ idna==3.6
7
+ importlib-metadata==6.11.0
8
+ iniconfig==2.0.0
9
+ packaging==23.2
10
+ pluggy==1.4.0
11
+ py==1.11.0
12
+ py-cpuinfo==9.0.0
13
+ pytest==7.1.3
14
+ pytest-benchmark==4.0.0
15
+ requests==2.31.0
16
+ tomli==2.0.1
17
+ typing_extensions==4.10.0
18
+ urllib3==2.2.1
19
+ wrapt==1.16.0
20
+ zipp==3.17.0
21
+ -e propagator/opentelemetry-propagator-aws-xray
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ commands_pre =
430
430
; In order to get a health coverage report,
431
431
propagator-ot-trace: pip install {toxinidir}/propagator/opentelemetry-propagator-ot-trace[test]
432
432
433
- propagator-aws-xray: pip install requests {toxinidir}/propagator/opentelemetry-propagator-aws-xray[ test]
433
+ propagator-aws-xray: pip install -r {toxinidir}/propagator/opentelemetry-propagator-aws-xray/ test-requirements.txt
434
434
435
435
; we have to install packages in editable mode.
436
436
coverage: python {toxinidir}/scripts/eachdist.py install --editable
@@ -587,7 +587,7 @@ commands_pre =
587
587
# requires snappy headers to be available on the system
588
588
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
589
589
python -m pip install -e {toxinidir}/resource/opentelemetry-resource-detector-container[test]
590
- python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-aws-xray[ test]
590
+ pip install -r {toxinidir}/propagator/opentelemetry-propagator-aws-xray/ test-requirements.txt
591
591
python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-ot-trace[test]
592
592
python -m pip install -e {toxinidir}/opentelemetry-distro[test]
593
593
You can’t perform that action at this time.
0 commit comments