feat(dependencies): update sqlalchemy to use asyncio and add aiosqlite and pytest-asyncio

This commit is contained in:
2026-07-24 11:38:51 -04:00
parent 58be234d7f
commit 5210f00587
3 changed files with 41 additions and 3 deletions
+1
View File
@@ -120,5 +120,6 @@ exclude_lines = [
[tool.pytest.ini_options]
addopts = "-n auto -ra --ignore=tests/ebook_search"
asyncio_mode = "auto"
testpaths = ["tests"]
# --cov=system_tools --cov-report=term-missing --cov-report=xml --cov-report=html --cov-branch