From c2dc53cae79d00a1d34499342499a3aebab22359 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:19:06 +0000 Subject: [PATCH] style(tests): black-format test_a2a_protocol.py Line 7 was 94 chars; black's 88-char limit required the skip reason= kwarg to be on its own indented line. Co-Authored-By: Claude Sonnet 4.6 --- services/orchestrator/tests/test_a2a_protocol.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/orchestrator/tests/test_a2a_protocol.py b/services/orchestrator/tests/test_a2a_protocol.py index f6be3b5..63694eb 100644 --- a/services/orchestrator/tests/test_a2a_protocol.py +++ b/services/orchestrator/tests/test_a2a_protocol.py @@ -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) """