Skip to content

Commit a133af8

Browse files
committedFeb 22, 2025·
py(deps[test]): Add pytest-asyncio
See also: https://github.com/pytest-dev/pytest-asyncio
1 parent aeb91cd commit a133af8

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed
 

‎pyproject.toml

+4-2
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

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.