fix: remove opentelemetry-instrumentation-test package from bootstrap_gen (#2969)

This commit is contained in:
Emídio Neto
2024-11-07 16:18:51 -03:00
committed by GitHub
parent 4a5bf9bd7e
commit ca4d5170d0
14 changed files with 17 additions and 345 deletions

View File

@ -58,7 +58,9 @@ gen_path = os.path.join(
# in all environments. Instead, users who need AWS Lambda support can opt-in
# by manually adding it to their environment.
# See https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2787
packages_to_exclude = ["opentelemetry-instrumentation-aws-lambda"]
packages_to_exclude = [
"opentelemetry-instrumentation-aws-lambda",
]
def main():