Skip to content

Commit 4e28235

Browse files
committed
test: add pytest-asyncio dependency
The new scheduler uses an async model, so it's helpful for testing to pull in the asyncio pytest plugin. Signed-off-by: Alex Jones <alex.jones@lowrisc.org>
1 parent 25a8afb commit 4e28235

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ debug = [
4343
test = [
4444
"pyhamcrest>=2.1.0",
4545
"pytest>=8.3.3",
46+
"pytest-asyncio>=1.3.0",
4647
"pytest-cov>=5.0.0",
4748
"pytest-timeout>=2.4.0",
4849
"pytest-repeat>=0.9.4",

uv.lock

Lines changed: 28 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)