File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 10
10
# Otherwise, set variable to the commit of your branch on
11
11
# opentelemetry-python-contrib which is compatible with these Core repo
12
12
# changes.
13
- CONTRIB_REPO_SHA : b37945bdeaf49822b240281d493d053995cc2b7b
13
+ CONTRIB_REPO_SHA : master
14
14
15
15
jobs :
16
16
build :
Original file line number Diff line number Diff line change @@ -139,7 +139,17 @@ deps =
139
139
httpretty
140
140
141
141
commands_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]
143
153
144
154
commands =
145
155
python scripts/eachdist.py lint --check-only
You can’t perform that action at this time.
0 commit comments