File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed
opentelemetry-instrumentation Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ dependencies = [
2929 " wrapt >= 1.0.0, < 2.0.0" ,
3030]
3131
32- [project .optional-dependencies ]
33- test = []
34-
3532[project .scripts ]
3633opentelemetry-bootstrap = " opentelemetry.instrumentation.bootstrap:run"
3734opentelemetry-instrument = " opentelemetry.instrumentation.auto_instrumentation:run"
Original file line number Diff line number Diff line change 1+ asgiref==3.7.2
2+ attrs==23.2.0
3+ Deprecated==1.2.14
4+ importlib-metadata==6.11.0
5+ iniconfig==2.0.0
6+ packaging==23.2
7+ pluggy==1.4.0
8+ py==1.11.0
9+ py-cpuinfo==9.0.0
10+ pytest==7.1.3
11+ pytest-benchmark==4.0.0
12+ tomli==2.0.1
13+ typing_extensions==4.10.0
14+ wrapt==1.16.0
15+ zipp==3.17.0
16+ -e opentelemetry-instrumentation
Original file line number Diff line number Diff line change @@ -319,6 +319,8 @@ commands_pre =
319319 test: pip install opentelemetry-test-utils[test]@{env:CORE_REPO}\# egg=opentelemetry-test-utils&subdirectory=tests/opentelemetry-test-utils
320320 test: pip install {toxinidir}/opentelemetry-instrumentation
321321
322+ opentelemetry-instrumentation: pip install -r {toxinidir}/opentelemetry-instrumentation/test-requirements.txt
323+
322324 distro: pip install {toxinidir}/opentelemetry-distro
323325
324326 celery: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
@@ -533,7 +535,7 @@ commands_pre =
533535 python -m pip install {env:CORE_REPO}\# egg=opentelemetry-sdk&subdirectory=opentelemetry-sdk
534536 python -m pip install {env:CORE_REPO}\# egg=opentelemetry-test-utils&subdirectory=tests/opentelemetry-test-utils
535537 python -m pip install -e {toxinidir}/util/opentelemetry-util-http[test]
536- python -m pip install -e {toxinidir}/opentelemetry-instrumentation[ test]
538+ pip install -r {toxinidir}/opentelemetry-instrumentation/ test-requirements.txt
537539 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
538540 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
539541 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
You can’t perform that action at this time.
0 commit comments