@@ -11,8 +11,8 @@ envlist =
11
11
pypy3-test-resource-detector-container
12
12
13
13
; opentelemetry-sdk-extension-aws
14
- py3{8,9,10,11}-test-sdkextension -aws
15
- pypy3-test-sdkextension -aws
14
+ py3{8,9,10,11}-test-sdk-extension -aws
15
+ pypy3-test-sdk-extension -aws
16
16
17
17
; opentelemetry-distro
18
18
py3{8,9,10,11}-test-distro
@@ -359,7 +359,7 @@ changedir =
359
359
test-instrumentation-httpx-{18,21}: instrumentation/opentelemetry-instrumentation-httpx/tests
360
360
test-instrumentation-asyncio: instrumentation/opentelemetry-instrumentation-asyncio/tests
361
361
test-util-http: util/opentelemetry-util-http/tests
362
- test-sdkextension -aws: sdk-extension/opentelemetry-sdk-extension-aws/tests
362
+ test-sdk-extension -aws: sdk-extension/opentelemetry-sdk-extension-aws/tests
363
363
test-resource-detector-container: resource/opentelemetry-resource-detector-container/tests
364
364
test-propagator-aws: propagator/opentelemetry-propagator-aws-xray/tests
365
365
test-propagator-ot-trace: propagator/opentelemetry-propagator-ot-trace/tests
@@ -480,7 +480,7 @@ commands_pre =
480
480
481
481
httpx-{18,21}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
482
482
483
- sdkextension- aws: pip install {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[ test]
483
+ sdk-extension- aws: pip install -r {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws/ test-requirements.txt
484
484
485
485
resource-detector-container: pip install {toxinidir}/resource/opentelemetry-resource-detector-container[test]
486
486
@@ -588,7 +588,7 @@ commands_pre =
588
588
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio[test]
589
589
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
590
590
# requires snappy headers to be available on the system
591
- python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test]
591
+ python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws
592
592
python -m pip install -e {toxinidir}/resource/opentelemetry-resource-detector-container[test]
593
593
python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-aws-xray[test]
594
594
python -m pip install -e {toxinidir}/propagator/opentelemetry-propagator-ot-trace[test]
0 commit comments