Skip to content

Commit 35586ad

Browse files
committed
Merge remote-tracking branch 'upstream/main' into fix/10-add-autoformat.sh-script
2 parents 8d0171a + d4a2614 commit 35586ad

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uv venv .venv
3232
source .venv/bin/activate
3333
# Install dependencies as recommended in CONTRIBUTING.md
34-
uv sync --extra test --extra eval --extra a2a
34+
uv sync --extra test
3535
3636
- name: Run unit tests with pytest
3737
run: |

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ repository = "https://github.com/google/adk-python-community"
3939
changelog = "https://github.com/google/adk-python-community/blob/main/CHANGELOG.md"
4040
documentation = "https://google.github.io/adk-docs/"
4141

42+
[project.optional-dependencies]
43+
test = [
44+
"pytest>=8.4.2",
45+
"pytest-asyncio>=1.2.0",
46+
]
47+
4248

4349
[tool.pyink]
4450
# Format py files following Google style-guide

0 commit comments

Comments
 (0)