File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1010 # Otherwise, set variable to the commit of your branch on
1111 # opentelemetry-python-contrib which is compatible with these Core repo
1212 # changes.
13- CONTRIB_REPO_SHA : b37945bdeaf49822b240281d493d053995cc2b7b
13+ CONTRIB_REPO_SHA : master
1414
1515jobs :
1616 build :
Original file line number Diff line number Diff line change @@ -139,7 +139,17 @@ deps =
139139 httpretty
140140
141141commands_pre =
142- python scripts/eachdist.py install --editable --with-test-deps
142+ python -m pip install -e {toxinidir}/opentelemetry-api[test]
143+ python -m pip install -e {toxinidir}/opentelemetry-sdk[test]
144+ python -m pip install -e {toxinidir}/opentelemetry-instrumentation[test]
145+ python -m pip install -e {toxinidir}/opentelemetry-proto[test]
146+ python -m pip install -e {toxinidir}/tests/util[test]
147+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-opentracing-shim[test]
148+ python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-jaeger[test]
149+ python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-opencensus[test]
150+ python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp[test]
151+ python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-prometheus[test]
152+ python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin[test]
143153
144154commands =
145155 python scripts/eachdist.py lint --check-only
You can’t perform that action at this time.
0 commit comments