Skip to content

Commit a7e1cf1

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

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-dependencies = [
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",
@@ -107,8 +108,9 @@ docs = [
107108
testing = [
108109
"gp-libs",
109110
"pytest",
110-
"pytest-rerunfailures",
111+
"pytest-asyncio",
111112
"pytest-mock",
113+
"pytest-rerunfailures",
112114
"pytest-watcher",
113115
]
114116
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)