Commit c2f308e 1 parent ce9d42b commit c2f308e Copy full SHA for c2f308e
File tree 3 files changed +5
-3
lines changed
opentelemetry-instrumentation-boto
opentelemetry-instrumentation-botocore
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ test = [
38
38
" markupsafe==2.0.1" ,
39
39
" moto~=2.0" ,
40
40
" opentelemetry-test-utils == 0.45b0.dev" ,
41
+ " docker==7.0.0"
41
42
]
42
43
43
44
[project .entry-points .opentelemetry_instrumentor ]
Original file line number Diff line number Diff line change @@ -65,5 +65,6 @@ Werkzeug==2.1.2
65
65
wrapt==1.16.0
66
66
xmltodict==0.13.0
67
67
zipp==3.17.0
68
- -e ../../../opentelemetry-instrumentation
69
- -e ../../../instrumentation/opentelemetry-instrumentation-botocore
68
+ -e opentelemetry-instrumentation
69
+ -e propagator/opentelemetry-propagator-aws-xray
70
+ -e instrumentation/opentelemetry-instrumentation-botocore
Original file line number Diff line number Diff line change @@ -536,7 +536,7 @@ commands_pre =
536
536
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
537
537
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
538
538
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
539
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore
539
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore/test-requirements.txt
540
540
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
541
541
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
542
542
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
You can’t perform that action at this time.
0 commit comments