File tree 3 files changed +19
-4
lines changed
3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ dependencies = [
27
27
" protobuf>=3.19, < 5.0" ,
28
28
]
29
29
30
- [project .optional-dependencies ]
31
- test = []
32
-
33
30
[project .urls ]
34
31
Homepage = " https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-proto"
35
32
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
+ flaky==3.7.0
5
+ importlib-metadata==6.11.0
6
+ iniconfig==2.0.0
7
+ packaging==23.2
8
+ pluggy==1.4.0
9
+ py==1.11.0
10
+ py-cpuinfo==9.0.0
11
+ pytest==7.1.3
12
+ pytest-benchmark==4.0.0
13
+ tomli==2.0.1
14
+ typing_extensions==4.10.0
15
+ wrapt==1.16.0
16
+ zipp==3.17.0
17
+ -e opentelemetry-proto
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ commands_pre =
108
108
; cases but it saves a lot of boilerplate in this file.
109
109
opentelemetry: pip install {toxinidir}/opentelemetry-api {toxinidir}/opentelemetry-semantic-conventions {toxinidir}/opentelemetry-sdk {toxinidir}/tests/opentelemetry-test-utils
110
110
111
- protobuf: pip install {toxinidir}/opentelemetry-proto
111
+ protobuf: pip install -r {toxinidir}/opentelemetry-proto/test-requirements.txt
112
112
113
113
getting-started: pip install -r {toxinidir}/docs/getting_started/tests/requirements.txt
114
114
getting-started: pip install -e {env:CONTRIB_REPO}\# egg=opentelemetry-util-http&subdirectory=util/opentelemetry-util-http
@@ -216,6 +216,7 @@ commands_pre =
216
216
pip install -r {toxinidir}/opentelemetry-sdk/test-requirements.txt
217
217
pip install -r {toxinidir}/opentelemetry-semantic-conventions/test-requirements.txt
218
218
python -m pip install -e {toxinidir}/opentelemetry-proto[test]
219
+ pip install -r {toxinidir}/opentelemetry-proto/test-requirements.txt
219
220
python -m pip install -e {toxinidir}/tests/opentelemetry-test-utils[test]
220
221
pip install -r {toxinidir}/shim/opentelemetry-opentracing-shim/test-requirements.txt
221
222
pip install -r {toxinidir}/shim/opentelemetry-opencensus-shim/test-requirements.txt
You can’t perform that action at this time.
0 commit comments