Commit a2f9711 1 parent 8daa8ad commit a2f9711 Copy full SHA for a2f9711
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 @@ -28,9 +28,6 @@ dependencies = [
28
28
]
29
29
30
30
[project .optional-dependencies ]
31
- test = []
32
-
33
- [project .entry-points .opentelemetry_propagator ]
34
31
xray = " opentelemetry.propagators.aws:AwsXRayPropagator"
35
32
36
33
[project .urls ]
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 @@ -488,7 +488,7 @@ commands_pre =
488
488
; In order to get a health coverage report,
489
489
propagator-ot-trace: pip install {toxinidir}/propagator/opentelemetry-propagator-ot-trace[test]
490
490
491
- propagator-aws-xray: pip install requests {toxinidir}/propagator/opentelemetry-propagator-aws-xray[test]
491
+ python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-aws-xray
492
492
493
493
; we have to install packages in editable mode.
494
494
coverage: python {toxinidir}/scripts/eachdist.py install --editable
@@ -590,7 +590,7 @@ commands_pre =
590
590
# requires snappy headers to be available on the system
591
591
python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
592
592
python -m pip install -e {toxinidir}/resource/opentelemetry-resource-detector-container[test]
593
- python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-aws-xray[test]
593
+ python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-aws-xray
594
594
python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-ot-trace[test]
595
595
python -m pip install -e {toxinidir}/opentelemetry-distro[test]
596
596
You can’t perform that action at this time.
0 commit comments