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
4 changes: 3 additions & 1 deletion services/orchestrator/tests/test_a2a_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
# This tests the BESPOKE services/orchestrator/a2a_protocol.py, whose AgentCapability/
# TaskDelegation were never implemented; that module is superseded by the open-standard
# A2A contract frozen in #73. Skipped at collection (not deleted) to track the debt.
pytestmark = pytest.mark.skip(reason="bespoke a2a_protocol superseded by #73; retire per #76")
pytestmark = pytest.mark.skip(
reason="bespoke a2a_protocol superseded by #73; retire per #76"
)
pytest.skip("bespoke a2a_protocol superseded by #73; see #76", allow_module_level=True)

"""
Expand Down