Skip to content

Commit 1192d30

Browse files
committed
build: add pytest-asyncio dependency
1 parent 4f9efaa commit 1192d30

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ requires-python = ">=3.11"
77
dependencies = ["polars>=1.0.0,<2"]
88

99
[dependency-groups]
10-
dev = ["mypy==1.15.0", "pre-commit>=4.2.0", "pytest>=8.3.5", "ruff==0.11.2"]
10+
dev = [
11+
"mypy==1.15.0",
12+
"pre-commit>=4.2.0",
13+
"pytest>=8.3.5",
14+
"pytest-asyncio>=1.0.0",
15+
"ruff==0.11.2",
16+
]
1117

1218
[build-system]
1319
requires = ["hatchling"]

uv.lock

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