From b5ba1997db188c19182aca0c63ef5d3daf1a4542 Mon Sep 17 00:00:00 2001 From: Rithika Narayan Date: Thu, 26 Feb 2026 16:12:21 +0100 Subject: [PATCH] Add profiling enabled test in 3.14 --- tests/test_wrapper.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_wrapper.py b/tests/test_wrapper.py index 95dfc304..5b2afea8 100644 --- a/tests/test_wrapper.py +++ b/tests/test_wrapper.py @@ -836,9 +836,6 @@ def lambda_handler(event, context): @patch("datadog_lambda.config.Config.profiling_enabled", True) -@pytest.mark.skipif( - sys.version_info >= (3, 14), reason="profiling not yet supported in python 3.14" -) def test_profiling_enabled(monkeypatch): importlib.reload(wrapper)