File tree 3 files changed +19
-4
lines changed
opentelemetry-instrumentation
3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ dependencies = [
29
29
" wrapt >= 1.0.0, < 2.0.0" ,
30
30
]
31
31
32
- [project .optional-dependencies ]
33
- test = []
34
-
35
32
[project .scripts ]
36
33
opentelemetry-bootstrap = " opentelemetry.instrumentation.bootstrap:run"
37
34
opentelemetry-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 =
319
319
test: pip install opentelemetry-test-utils[test]@{env:CORE_REPO}\# egg=opentelemetry-test-utils&subdirectory=tests/opentelemetry-test-utils
320
320
test: pip install {toxinidir}/opentelemetry-instrumentation
321
321
322
+ opentelemetry-instrumentation: pip install -r {toxinidir}/opentelemetry-instrumentation/test-requirements.txt
323
+
322
324
distro: pip install {toxinidir}/opentelemetry-distro
323
325
324
326
celery: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
@@ -533,7 +535,7 @@ commands_pre =
533
535
python -m pip install {env:CORE_REPO}\# egg=opentelemetry-sdk&subdirectory=opentelemetry-sdk
534
536
python -m pip install {env:CORE_REPO}\# egg=opentelemetry-test-utils&subdirectory=tests/opentelemetry-test-utils
535
537
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
537
539
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
538
540
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
539
541
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
You can’t perform that action at this time.
0 commit comments