From 78d2e8646177b4df842eea0a0d37e717134ca7ca Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Thu, 26 Jun 2025 16:21:35 -0400 Subject: [PATCH 1/3] chore: update CONTRIBUTING.md with missing extra --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d7b2d67d..9f59bf310 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -147,11 +147,11 @@ For any changes that impact user-facing documentation (guides, API reference, tu pytest ./tests/unittests ``` - NOTE: for accurately repro test failure, only include `test` and `eval` as - extra dependencies. + NOTE: for accurate repro of failure, only include `test`, `eval`, and + `a2a` as extra dependencies. ```shell - uv sync --extra test --extra eval + uv sync --extra test --extra eval --extra a2a pytest ./tests/unittests ``` From 292eae78314cf50af6ed0c3ba7f6e1deb9009eb7 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Thu, 26 Jun 2025 16:23:56 -0400 Subject: [PATCH 2/3] chore: update wording --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9f59bf310..10d7713cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -147,7 +147,7 @@ For any changes that impact user-facing documentation (guides, API reference, tu pytest ./tests/unittests ``` - NOTE: for accurate repro of failure, only include `test`, `eval`, and + NOTE: for accurate repro of failure, only include `test`, `eval` and `a2a` as extra dependencies. ```shell From c1a536780409065db817088a8d5ed5979cca8d8f Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Thu, 26 Jun 2025 16:32:19 -0400 Subject: [PATCH 3/3] chore: add word test back --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10d7713cf..597feef61 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -147,7 +147,7 @@ For any changes that impact user-facing documentation (guides, API reference, tu pytest ./tests/unittests ``` - NOTE: for accurate repro of failure, only include `test`, `eval` and + NOTE: for accurate repro of test failure, only include `test`, `eval` and `a2a` as extra dependencies. ```shell