Skip to content

Commit

Permalink
Temp fix for opencensus missing dependency on six (#3433)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass committed Sep 14, 2023
1 parent 3a651c7 commit ae42ad1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions shim/opentelemetry-opencensus-shim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ dependencies = [
test = [
"opentelemetry-test-utils == 0.42b0.dev",
"opencensus == 0.11.1",
# Temporary fix for https://github.com/census-instrumentation/opencensus-python/issues/1219
"six == 1.16.0",
]

[project.urls]
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ commands_pre =
opentracing-shim: pip install {toxinidir}/shim/opentelemetry-opentracing-shim

opencensus-shim: pip install {toxinidir}/opentelemetry-sdk
opencensus-shim: pip install {toxinidir}/shim/opentelemetry-opencensus-shim
opencensus-shim: pip install {toxinidir}/shim/opentelemetry-opencensus-shim[test]

exporter-prometheus: pip install {toxinidir}/exporter/opentelemetry-exporter-prometheus

Expand Down Expand Up @@ -299,6 +299,8 @@ commands =
[testenv:docker-tests-proto{3,4}]
deps =
pytest
# Pinning PyYAML for issue: https://github.com/yaml/pyyaml/issues/724
PyYAML == 5.3.1
docker-compose >= 1.25.2
requests < 2.29.0

Expand Down

0 comments on commit ae42ad1

Please sign in to comment.