Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1433,6 +1433,12 @@ manifest:
django-poc: missing_feature
tornado: missing_feature
python3.12: missing_feature
- weblog_declaration:
django-poc: missing_feature
django-py3.13: missing_feature
python3.12: missing_feature
tornado: missing_feature
Comment on lines +1436 to +1440

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove fastapi from the existing declarations instead

This added block does not activate test_symdb_upload for fastapi: each weblog_declaration list item is parsed independently, and both preceding items still produce a matching missing_feature declaration for that weblog. Omitting fastapi only from a new third item cannot override those matches, so the easy-win test remains skipped; update or consolidate the existing declarations so none of them disables fastapi.

Useful? React with 👍 / 👎.

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)
Expand Down
Loading