Skip to content

Commit 70a9379

Browse files
➕ Add missing pytest-asyncio required for tests.
1 parent 28c0747 commit 70a9379

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

poetry.lock

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ lapidary = "lapidary.render:app"
4646
[tool.poetry.group.dev.dependencies]
4747
pyjwt = "^2.8.0"
4848
pytest = "^8.2.0"
49+
pytest-asyncio = "^0.23.7"
4950
pytest-httpx = "^0.30.0"
5051

5152
[tool.ruff]

0 commit comments

Comments
 (0)