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)