Skip to content

Commit bbaaf11

Browse files
committed
py(deps[test]): Add pytest-asyncio
See also: https://github.com/pytest-dev/pytest-asyncio
1 parent 371fd80 commit bbaaf11

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ dev = [
7878
# Testing
7979
"gp-libs",
8080
"pytest",
81-
"pytest-rerunfailures",
81+
"pytest-asyncio",
8282
"pytest-mock",
83+
"pytest-rerunfailures",
8384
"pytest-watcher",
8485
# Coverage
8586
"codecov",
@@ -106,8 +107,9 @@ docs = [
106107
testing = [
107108
"gp-libs",
108109
"pytest",
109-
"pytest-rerunfailures",
110+
"pytest-asyncio",
110111
"pytest-mock",
112+
"pytest-rerunfailures",
111113
"pytest-watcher",
112114
]
113115
coverage =[

uv.lock

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