Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Parraga <sovietaced@gmail.com>
  • Loading branch information
Sovietaced committed May 24, 2024
1 parent 7ebe807 commit 248f877
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ envlist =
tracecontext
mypy,mypyinstalled
docs
docker-tests-proto{3,4}
docker-tests-proto{3,4,5}
public-symbols-check

[testenv]
Expand Down Expand Up @@ -275,7 +275,7 @@ commands_pre =
commands =
{toxinidir}/scripts/tracecontext-integration-test.sh

[testenv:docker-tests-proto{3,4}]
[testenv:docker-tests-proto{3,4,5}]
deps =
pytest==7.1.3
# Pinning PyYAML for issue: https://github.com/yaml/pyyaml/issues/724
Expand All @@ -288,6 +288,7 @@ deps =
; proto 3 and 4 tests install the respective version of protobuf
proto3: protobuf~=3.19.0
proto4: protobuf~=4.0
proto5: protobuf~=5.26.0

changedir =
tests/opentelemetry-docker-tests/tests
Expand Down

0 comments on commit 248f877

Please sign in to comment.