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
14
14
15
15
setenv =
16
16
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}"
21
17
22
18
changedir =
23
19
test-instrumentation-aws-lambda: {toxinidir}/otel/tests
24
20
25
21
commands_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
29
23
30
24
deps =
31
25
test: pytest
You can’t perform that action at this time.
0 commit comments