File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,3 @@ opentracing~=2.2.0
2525thrift~=0.10
2626wrapt>=1.0.0,<2.0.0
2727markupsafe~=2.0
28-
29- # Jaeger generated protobufs do not currently support protobuf 4.x. This can be removed once
30- # they're regenerated.
31- #protobuf~=3.19
Original file line number Diff line number Diff line change @@ -410,9 +410,8 @@ commands_pre =
410410 -e {toxinidir}/exporter/opentelemetry-exporter-otlp
411411 docker-compose up -d
412412commands =
413- proto: pytest {posargs}
414- ; opencensus exporter does not work with protobuf 4
415- # proto4: pytest --ignore opencensus {posargs}
413+ ; opencensus exporter does not work with protobuf 4+
414+ proto: pytest --ignore opencensus {posargs}
416415
417416commands_post =
418417 docker-compose down -v
You can’t perform that action at this time.
0 commit comments