Skip to content

Commit 6fd23fc

Browse files
Add profiling enabled test in 3.14 (#731)
1 parent d5e91cd commit 6fd23fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_wrapper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -836,9 +836,6 @@ def lambda_handler(event, context):
836836

837837

838838
@patch("datadog_lambda.config.Config.profiling_enabled", True)
839-
@pytest.mark.skipif(
840-
sys.version_info >= (3, 14), reason="profiling not yet supported in python 3.14"
841-
)
842839
def test_profiling_enabled(monkeypatch):
843840
importlib.reload(wrapper)
844841

0 commit comments

Comments
 (0)