Skip to content

Commit eeb0962

Browse files
committed
py(deps[test]): Add pytest-asyncio
why: Required for async test support with pytest. what: - Add pytest-asyncio to dev and testing dependency groups
1 parent 5408ca5 commit eeb0962

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ dev = [
7878
# Testing
7979
"gp-libs",
8080
"pytest",
81+
"pytest-asyncio",
8182
"pytest-rerunfailures",
8283
"pytest-mock",
8384
"pytest-watcher",
@@ -106,6 +107,7 @@ docs = [
106107
testing = [
107108
"gp-libs",
108109
"pytest",
110+
"pytest-asyncio",
109111
"pytest-rerunfailures",
110112
"pytest-mock",
111113
"pytest-watcher",

uv.lock

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