File tree 3 files changed +26
-6
lines changed
instrumentation/opentelemetry-instrumentation-boto3sqs
3 files changed +26
-6
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ dependencies = [
34
34
instruments = [
35
35
" boto3 ~= 1.0" ,
36
36
]
37
- test = [
38
- " opentelemetry-instrumentation-boto3sqs[instruments]" ,
39
- " opentelemetry-test-utils == 0.45b0.dev" ,
40
- ]
41
37
42
38
[project .entry-points .opentelemetry_instrumentor ]
43
39
boto3 = " opentelemetry.instrumentation.boto3sqs:Boto3SQSInstrumentor"
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ boto3==1.34.44
4
+ botocore==1.34.44
5
+ Deprecated==1.2.14
6
+ importlib-metadata==6.11.0
7
+ iniconfig==2.0.0
8
+ jmespath==1.0.1
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
+ python-dateutil==2.8.2
16
+ s3transfer==0.10.0
17
+ six==1.16.0
18
+ tomli==2.0.1
19
+ typing_extensions==4.9.0
20
+ urllib3==1.26.18
21
+ wrapt==1.16.0
22
+ zipp==3.17.0
23
+ -e opentelemetry-instrumentation
24
+ -e instrumentation/opentelemetry-instrumentation-boto3sqs
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ commands_pre =
344
344
boto: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
345
345
boto: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
346
346
347
- boto3sqs: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[ test]
347
+ boto3sqs: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs/ test-requirements.txt
348
348
349
349
falcon-{1,2,3}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
350
350
@@ -538,7 +538,7 @@ commands_pre =
538
538
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
539
539
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
540
540
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
541
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[ test]
541
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs/ test-requirements.txt
542
542
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
543
543
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
544
544
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
You can’t perform that action at this time.
0 commit comments