From: Fiete Ostkamp Date: Thu, 12 Feb 2026 06:58:57 +0000 (+0100) Subject: Declare otel deps in install_requires X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F143204%2F1;p=testsuite%2Fpythonsdk-tests.git Declare otel deps in install_requires - install_requires is used when pointing pip to a git repo - since that is what we do in xtesting, we need to declare the otel deps there since they would not be installed otherwise Issue-ID: INT-2351 Change-Id: I50c00e63a98da7671d94bbb3aaaac388ec5d9f97 Signed-off-by: Fiete Ostkamp --- diff --git a/setup.cfg b/setup.cfg index 59ce305..78404e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,9 @@ install_requires = slack-sdk==3.21.3 pg8000==1.30.1 mysql-connector-python==8.3.0 + opentelemetry-distro>=0.51b0 + opentelemetry-instrumentation-requests>=0.51b0 + opentelemetry-exporter-otlp>=1.30.0 tests_require = mock pytest