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.44b0.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 @@ -397,7 +397,7 @@ commands_pre =
397
397
boto: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
398
398
boto: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
399
399
400
- boto3sqs: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[ test]
400
+ boto3sqs: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs/ test-requirements.txt
401
401
402
402
falcon-{1,2,3}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test]
403
403
@@ -534,7 +534,7 @@ commands_pre =
534
534
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
535
535
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
536
536
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
537
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
537
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs
538
538
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
539
539
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
540
540
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
You can’t perform that action at this time.
0 commit comments