File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ envlist =
8686 tracecontext
8787 mypy,mypyinstalled
8888 docs
89- docker-tests-proto{3,4}
89+ docker-tests-proto{3,4,5 }
9090 public-symbols-check
9191
9292[testenv]
@@ -275,7 +275,7 @@ commands_pre =
275275commands =
276276 {toxinidir}/scripts/tracecontext-integration-test.sh
277277
278- [testenv:docker-tests-proto{3,4}]
278+ [testenv:docker-tests-proto{3,4,5 }]
279279deps =
280280 pytest ==7.1.3
281281 # Pinning PyYAML for issue: https://github.com/yaml/pyyaml/issues/724
@@ -288,6 +288,7 @@ deps =
288288 ; proto 3 and 4 tests install the respective version of protobuf
289289 proto3: protobuf~=3.19.0
290290 proto4: protobuf~=4.0
291+ proto5: protobuf~=5.26.0
291292
292293changedir =
293294 tests/opentelemetry-docker-tests/tests
You can’t perform that action at this time.
0 commit comments