Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a7e1cf1

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

File tree

Expand file treeCollapse file tree

2 files changed

+20
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+20
-2
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+4-2Lines 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

Copy file name to clipboardExpand all lines: uv.lock
+16Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.