Skip to content

Chore: Add pytest-asyncio as explicit dev dependency #167

@danielcopper

Description

@danielcopper

Problem

pytest-asyncio is required to run async tests locally but is not listed as an explicit dev dependency in pyproject.toml or mise.toml. CI installs it via the pipeline, but local pytest runs fail with ~587 fixture setup errors if it's missing.

Fix

Add pytest-asyncio to dev dependencies so local test runs work out of the box.

Priority

P0 — developer experience, part of refactoring sprint

Area

CI, Architecture

Metadata

Metadata

Assignees

Labels

area:architectureCode structure, refactoringarea:ciCI, tooling, SonarCloud

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions