File tree 2 files changed +5
-1
lines changed
tests/opentelemetry-test-utils
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,10 @@ packages=find_namespace:
40
40
install_requires =
41
41
opentelemetry-api ~= 1.3
42
42
opentelemetry-sdk ~= 1.3
43
+ asgiref ~= 3.0
43
44
44
45
[options.extras_require]
45
- test = flask~=2.0
46
+ test =
46
47
47
48
[options.packages.find]
48
49
where = src
Original file line number Diff line number Diff line change @@ -198,6 +198,9 @@ commands_pre =
198
198
python -m pip install -e {toxinidir}/opentelemetry-api[test]
199
199
python -m pip install -e {toxinidir}/opentelemetry-semantic-conventions[test]
200
200
python -m pip install -e {toxinidir}/opentelemetry-sdk[test]
201
+ # Pin protobuf version due to lint failing on v3.20.0
202
+ # https://github.com/protocolbuffers/protobuf/issues/9730
203
+ python -m pip install protobuf ==3.19.4
201
204
python -m pip install -e {toxinidir}/opentelemetry-proto[test]
202
205
python -m pip install -e {toxinidir}/tests/opentelemetry-test-utils[test]
203
206
python -m pip install -e {toxinidir}/shim/opentelemetry-opentracing-shim[test]
You can’t perform that action at this time.
0 commit comments