diff --git a/manifests/python.yml b/manifests/python.yml index b0f25ddfc80..e08b22b5f8b 100644 --- a/manifests/python.yml +++ b/manifests/python.yml @@ -1269,7 +1269,12 @@ manifest: tests/cws/test_thread_context_sharing.py::Test_ThreadContextSharing: missing_feature (missing /security/thread_context_sharing endpoint on weblog) tests/debugger/test_debugger_capture_expressions.py::Test_Debugger_Line_Capture_Expressions: missing_feature (Not yet implemented) tests/debugger/test_debugger_capture_expressions.py::Test_Debugger_Method_Capture_Expressions: missing_feature (Not yet implemented) - tests/debugger/test_debugger_capture_expressions_errors.py::Test_Debugger_Filter_Rejected_Capture_Expression_Error: missing_feature (Not yet implemented) + tests/debugger/test_debugger_capture_expressions_errors.py::Test_Debugger_Filter_Rejected_Capture_Expression_Error: # TODO: a lower version might be supported + - declaration: missing_feature (Not yet implemented) + component_version: <4.14.0 + weblog: [uwsgi-poc, uds-flask, flask-poc] + - declaration: missing_feature (Not yet implemented) + excluded_weblog: [uwsgi-poc, uds-flask, flask-poc] tests/debugger/test_debugger_code_origins.py::Test_Debugger_Code_Origins: - weblog_declaration: "*": missing_feature @@ -1418,6 +1423,12 @@ manifest: django-py3.13: missing_feature tornado: missing_feature fastapi: missing_feature + - weblog_declaration: + django-py3.13: missing_feature + django-poc: missing_feature + python3.12: missing_feature + tornado: missing_feature + fastapi: missing_feature tests/debugger/test_debugger_telemetry.py::Test_Debugger_Telemetry: v2.11.0 tests/debugger/test_debugger_telemetry.py::Test_Debugger_Telemetry::test_telemetry_co: - declaration: missing_feature (DEBUG-3550)