From 74863bc4a21182eca728d72250dcaba85719a200 Mon Sep 17 00:00:00 2001 From: Federico Mon Date: Wed, 18 Dec 2024 12:09:01 +0100 Subject: [PATCH] [python] add Standalone SCA tests (#3690) --- manifests/python.yml | 2 +- utils/telemetry_utils.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/python.yml b/manifests/python.yml index b611172a43..158fbcc226 100644 --- a/manifests/python.yml +++ b/manifests/python.yml @@ -447,7 +447,7 @@ tests/: uwsgi-poc: v2.17.1 Test_IastStandalone_UpstreamPropagation: '*': v2.18.0.dev - Test_SCAStandalone_Telemetry: missing_feature + Test_SCAStandalone_Telemetry: v2.19.0.dev test_automated_login_events.py: Test_Login_Events: irrelevant (was v2.10.0 but will be replaced by V2) Test_Login_Events_Extended: irrelevant (was v2.10.0 but will be replaced by V2) diff --git a/utils/telemetry_utils.py b/utils/telemetry_utils.py index e4cc8ff32e..075eb049a5 100644 --- a/utils/telemetry_utils.py +++ b/utils/telemetry_utils.py @@ -4,6 +4,7 @@ class TelemetryUtils: "nodejs": {"glob": False}, "java": {"org.apache.httpcomponents:httpclient": False}, "ruby": {"bundler": False}, + "python": {"requests": False}, } @staticmethod