Bug: Backend tests fail due to missing async plugin

Open
#16 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
48/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
backend, testing

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/vibe-kit

All issues in microsoft/vibe-kit

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.