Skip to content

Commit a1b9573

Browse files
committed
Update dependencies to include pytest-asyncio and modify test workflow
- Added pytest-asyncio as a dependency in pyproject.toml and uv.lock. - Updated GitHub Actions workflow to run tests without commented-out lines.
1 parent 7086cfe commit a1b9573

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
run: uv sync --locked --all-extras --dev
1616

1717
- name: Run tests
18-
# For example, using `pytest`
18+
1919
run: uv run pytest tests

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
88
"mcp[cli]>=1.9.0",
9+
"pytest-asyncio>=0.26.0",
910
"pytest>=8.3.5",
1011
]
1112

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)