tests: add pytest-asyncio dependency

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-21 10:23:19 -08:00
parent 0d6c680133
commit 76884877dd
3 changed files with 2 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ openrouter = [ "openai~=1.59.6" ]
where = ["src"]
[tool.pytest.ini_options]
addopts = "--verbose --disable-warnings"
addopts = "--verbose"
testpaths = ["tests"]
pythonpath = ["src"]
asyncio_default_fixture_loop_scope = "function"