diff --git a/instrumentation/opentelemetry-instrumentation-threading/pyproject.toml b/instrumentation/opentelemetry-instrumentation-threading/pyproject.toml index 4838acb699..86c8ff8844 100644 --- a/instrumentation/opentelemetry-instrumentation-threading/pyproject.toml +++ b/instrumentation/opentelemetry-instrumentation-threading/pyproject.toml @@ -29,6 +29,8 @@ dependencies = [ "opentelemetry-instrumentation == 0.37b0.dev", ] +[project.optional-dependencies] +instruments = [] test = [ "opentelemetry-instrumentation-threading[instruments]", "opentelemetry-test-utils == 0.37b0.dev",