Skip to content

Commit 1406409

Browse files
committed
add pytest-asyncio
1 parent f28bdf1 commit 1406409

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ tests-root = "tests"
1717
test-framework = "pytest"
1818
ignore-paths = []
1919
formatter-cmds = ["black $file"]
20+
21+
[dependency-groups]
22+
dev = [
23+
"pytest-asyncio>=1.2.0",
24+
]

uv.lock

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