Skip to content

Commit 248f877

Browse files
committed
Update tox.ini
Signed-off-by: Jason Parraga <sovietaced@gmail.com>
1 parent 7ebe807 commit 248f877

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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 =
275275
commands =
276276
{toxinidir}/scripts/tracecontext-integration-test.sh
277277

278-
[testenv:docker-tests-proto{3,4}]
278+
[testenv:docker-tests-proto{3,4,5}]
279279
deps =
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

292293
changedir =
293294
tests/opentelemetry-docker-tests/tests

0 commit comments

Comments
 (0)