Skip to content

Commit

Permalink
Upgrade pytest-asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhwaja committed Oct 10, 2024
1 parent 5fc31f8 commit 6c23fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ multiline-quotes = "single"

[tool.pytest.ini_options]
pythonpath = ["src"]
asyncio_default_fixture_loop_scope = "fixture"

[tool.uv]
dev-dependencies = [
Expand All @@ -70,7 +71,7 @@ dev-dependencies = [
"python-dateutil>=2.8.1",
"python-dotenv>=0.17.1",
"pytest-cov>=3",
"pytest-asyncio>=0.16.0",
"pytest-asyncio>=0.24.0",
"poethepoet>=0.16.4",
"ruff>=0.6.3",
]

0 comments on commit 6c23fda

Please sign in to comment.