@@ -394,7 +394,7 @@ commands_pre =
394
394
395
395
aws-lambda: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
396
396
397
- boto: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
397
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore
398
398
boto: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test]
399
399
400
400
boto3sqs: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
@@ -407,7 +407,7 @@ commands_pre =
407
407
408
408
urllib3v-{1,2}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-urllib3[test]
409
409
410
- botocore: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[ test]
410
+ botocore: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore/ test-requirements.txt
411
411
412
412
cassandra: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-cassandra[test]
413
413
@@ -533,7 +533,7 @@ commands_pre =
533
533
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
534
534
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
535
535
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
536
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
536
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore
537
537
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
538
538
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
539
539
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
0 commit comments