File tree 3 files changed +4
-5
lines changed
instrumentation/opentelemetry-instrumentation-aws-lambda
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,6 @@ dependencies = [
28
28
29
29
[project .optional-dependencies ]
30
30
instruments = []
31
- test = [
32
- " opentelemetry-test-utils == 0.44b0.dev" ,
33
- ]
34
31
35
32
[project .urls ]
36
33
Homepage = " https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aws-lambda"
Original file line number Diff line number Diff line change
1
+ -e ../../../opentelemetry-instrumentation
2
+ -e ../../../instrumentation/opentelemetry-instrumentation-aws-lambda
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ commands_pre =
392
392
393
393
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
394
394
395
- aws-lambda: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[ test]
395
+ aws-lambda: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda/ test-requirements.txt
396
396
397
397
boto: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
398
398
boto: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
@@ -575,7 +575,7 @@ commands_pre =
575
575
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
576
576
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql[test]
577
577
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
578
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
578
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda
579
579
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
580
580
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio[test]
581
581
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
You can’t perform that action at this time.
0 commit comments