File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1+ # Dependencies used in tests only
2+ opentelemetry-test-utils == 0.40b0
3+ opentelemetry-instrumentation-aws-lambda == 0.40b0
Original file line number Diff line number Diff line change @@ -14,18 +14,12 @@ passenv = TOXENV
1414
1515setenv =
1616 OTEL_PYTHON_TRACER_PROVIDER =sdk_tracer_provider
17- ; override CORE_REPO_SHA via env variable when testing other branches/commits than main
18- ; i.e: CORE_REPO_SHA=<YOUR_COMMIT_SHA> tox -e test-instrumentation-aws-lambda
19- CORE_REPO_SHA ={env:CORE_REPO_SHA:main}
20- CORE_REPO =" git+https://github.com/open-telemetry/opentelemetry-python.git@{env:CORE_REPO_SHA}"
2117
2218changedir =
2319 test-instrumentation-aws-lambda: {toxinidir}/otel/tests
2420
2521commands_pre =
26- test: pip install " opentelemetry-test-utils[test] @ {env:CORE_REPO}\#egg=opentelemetry-test-utils&subdirectory=tests/opentelemetry-test-utils"
27-
28- aws-lambda: pip install opentelemetry-instrumentation-aws-lambda
22+ test: pip install -r requirements.txt
2923
3024deps =
3125 test: pytest
You can’t perform that action at this time.
0 commit comments