Skip to content

Commit

Permalink
remove indexes from otlp-common from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
emdneto committed Sep 30, 2024
1 parent 669f648 commit ab72c33
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ commands_pre =

test-utils: pip install -r {toxinidir}/tests/opentelemetry-test-utils/test-requirements.txt

opentelemetry-proto-0: pip install -r {toxinidir}/opentelemetry-proto/test-requirements-0.txt
opentelemetry-proto-1: pip install -r {toxinidir}/opentelemetry-proto/test-requirements-1.txt
lint-opentelemetry-proto: pip install -r {toxinidir}/opentelemetry-proto/test-requirements-1.txt
opentelemetry-proto: pip install -r {toxinidir}/opentelemetry-proto/test-requirements.txt
lint-opentelemetry-proto: pip install -r {toxinidir}/opentelemetry-proto/test-requirements.txt

getting-started: pip install -r {toxinidir}/docs/getting_started/tests/requirements.txt
getting-started: pip install -e {env:CONTRIB_REPO}\#egg=opentelemetry-util-http&subdirectory=util/opentelemetry-util-http
Expand All @@ -156,9 +155,8 @@ commands_pre =

exporter-opencensus: pip install -r {toxinidir}/exporter/opentelemetry-exporter-opencensus/test-requirements.txt

exporter-otlp-proto-common-0: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements-0.txt
exporter-otlp-proto-common-1: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements-1.txt
lint-opentelemetry-exporter-otlp-proto-common: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements-1.txt
exporter-otlp-proto-common: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements.txt
lint-opentelemetry-exporter-otlp-proto-common: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-common/test-requirements.txt

exporter-otlp-combined: pip install -r {toxinidir}/exporter/opentelemetry-exporter-otlp/test-requirements.txt

Expand Down

0 comments on commit ab72c33

Please sign in to comment.