Skip to content

Commit c2f308e

Browse files
committed
WPI
1 parent ce9d42b commit c2f308e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

instrumentation/opentelemetry-instrumentation-boto/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ test = [
3838
"markupsafe==2.0.1",
3939
"moto~=2.0",
4040
"opentelemetry-test-utils == 0.45b0.dev",
41+
"docker==7.0.0"
4142
]
4243

4344
[project.entry-points.opentelemetry_instrumentor]

instrumentation/opentelemetry-instrumentation-botocore/test-requirements.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@ Werkzeug==2.1.2
6565
wrapt==1.16.0
6666
xmltodict==0.13.0
6767
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

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ commands_pre =
536536
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
537537
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
538538
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
540540
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
541541
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
542542
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]

0 commit comments

Comments
 (0)