Bug: Backend tests fail due to missing async plugin
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 48/100
Research direction
Start by running python -m pytest backend/tests/test_helloworld.py and inspect the backend development-dependency configuration and existing lockfiles. Ensure the declared dependencies provide async pytest support and that CI installs the same dependencies; done means the test command runs cleanly without the async-plugin errors.
Written by the indexing model from the issue text.
Description
Impact:
- python -m pytest backend/tests/test_helloworld.py fails with “async functions are not natively supported… Unknown pytest.mark.asyncio”.
- Expected: Tests run clean with the project’s declared dev dependencies.
- Actual: pytest-asyncio (or any async plugin) isn’t installed/declared, so async tests cannot run.
- Fix recommendation: Add pytest-asyncio to backend dev dependencies and ensure it’s included in lockfiles/CI.
Happy to also do a pr for this as well!
- Dominant language
- Python
- Stars
- 35
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/vibe-kit
All issues in microsoft/vibe-kit
Similar issues
-
area/auth bug comp/agent P3 platform/discord type/security
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
NousResearch/hermes-agent#117848 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
bancolombia/sentinel#23 ·
-
test md OpenCI
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
bug client
Difficulty 2/5 1-3 hours Newbie friendliness 88/100