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 @@ -377,6 +377,8 @@ commands_pre =
377377 test: pip install opentelemetry-test-utils[test]@{env:CORE_REPO}\# egg=opentelemetry-test-utils&subdirectory=tests/opentelemetry-test-utils
378378 test: pip install {toxinidir}/opentelemetry-instrumentation
379379
380+ opentelemetry-instrumentation: pip install -r {toxinidir}/opentelemetry-instrumentation/test-requirements.txt
381+
380382 distro: pip install {toxinidir}/opentelemetry-distro
381383
382384 celery: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
@@ -536,7 +538,7 @@ commands_pre =
536538 python -m pip install {env:CORE_REPO}\# egg=opentelemetry-sdk&subdirectory=opentelemetry-sdk
537539 python -m pip install {env:CORE_REPO}\# egg=opentelemetry-test-utils&subdirectory=tests/opentelemetry-test-utils
538540 python -m pip install -e {toxinidir}/util/opentelemetry-util-http[test]
539- python -m pip install -e {toxinidir}/opentelemetry-instrumentation[test]
541+ python -m pip install -e {toxinidir}/opentelemetry-instrumentation
540542 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
541543 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
542544 python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
You can’t perform that action at this time.
0 commit comments