File tree Expand file tree Collapse file tree 3 files changed +71
-10
lines changed
instrumentation/opentelemetry-instrumentation-botocore Expand file tree Collapse file tree 3 files changed +71
-10
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,6 @@ dependencies = [
3434instruments = [
3535 " botocore ~= 1.0" ,
3636]
37- test = [
38- " opentelemetry-instrumentation-botocore[instruments]" ,
39- " markupsafe==2.0.1" ,
40- " botocore ~= 1.0, < 1.31.81" ,
41- " moto[all] ~= 2.2.6" ,
42- " opentelemetry-test-utils == 0.45b0.dev" ,
43- ]
4437
4538[project .entry-points .opentelemetry_instrumentor ]
4639botocore = " opentelemetry.instrumentation.botocore:BotocoreInstrumentor"
Original file line number Diff line number Diff line change 1+ annotated-types==0.6.0
2+ asgiref==3.7.2
3+ attrs==23.2.0
4+ aws-sam-translator==1.85.0
5+ aws-xray-sdk==2.12.1
6+ boto3==1.28.80
7+ botocore==1.31.80
8+ certifi==2024.2.2
9+ cffi==1.16.0
10+ cfn-lint==0.85.2
11+ charset-normalizer==3.3.2
12+ cryptography==42.0.5
13+ Deprecated==1.2.14
14+ docker==7.0.0
15+ ecdsa==0.18.0
16+ idna==3.6
17+ importlib-metadata==6.11.0
18+ importlib-resources==6.1.1
19+ iniconfig==2.0.0
20+ Jinja2==3.1.3
21+ jmespath==1.0.1
22+ jschema-to-python==1.2.3
23+ jsondiff==2.0.0
24+ jsonpatch==1.33
25+ jsonpickle==3.0.3
26+ jsonpointer==2.4
27+ jsonschema==4.21.1
28+ jsonschema-specifications==2023.12.1
29+ junit-xml==1.9
30+ MarkupSafe==2.0.1
31+ moto==2.2.20
32+ mpmath==1.3.0
33+ networkx==3.1
34+ packaging==23.2
35+ pbr==6.0.0
36+ pkgutil_resolve_name==1.3.10
37+ pluggy==1.4.0
38+ py==1.11.0
39+ py-cpuinfo==9.0.0
40+ pyasn1==0.5.1
41+ pycparser==2.21
42+ pydantic==2.6.2
43+ pydantic_core==2.16.3
44+ pytest==7.1.3
45+ pytest-benchmark==4.0.0
46+ python-dateutil==2.8.2
47+ python-jose==3.3.0
48+ pytz==2024.1
49+ PyYAML==6.0.1
50+ referencing==0.33.0
51+ regex==2023.12.25
52+ requests==2.31.0
53+ responses==0.25.0
54+ rpds-py==0.18.0
55+ rsa==4.9
56+ s3transfer==0.7.0
57+ sarif-om==1.0.4
58+ six==1.16.0
59+ sshpubkeys==3.3.1
60+ sympy==1.12
61+ tomli==2.0.1
62+ typing_extensions==4.9.0
63+ urllib3==1.26.18
64+ Werkzeug==2.1.2
65+ wrapt==1.16.0
66+ xmltodict==0.13.0
67+ zipp==3.17.0
68+ -e ../../../opentelemetry-instrumentation
69+ -e ../../../instrumentation/opentelemetry-instrumentation-botocore
Original file line number Diff line number Diff line change @@ -394,7 +394,6 @@ commands_pre =
394394
395395 aws-lambda: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
396396
397- boto: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
398397 boto: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
399398
400399 boto3sqs: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
@@ -407,7 +406,7 @@ commands_pre =
407406
408407 urllib3v-{1,2}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[test]
409408
410- botocore: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[ test]
409+ botocore: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore/ test-requirements.txt
411410
412411 cassandra: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-cassandra[test]
413412
@@ -533,7 +532,7 @@ commands_pre =
533532 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
534533 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
535534 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
536- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
535+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore
537536 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
538537 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
539538 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
You can’t perform that action at this time.
0 commit comments