feat(sqlite): CI Tests for Alembic and SQLite (#3358)

Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
This commit is contained in:
Kian Jones
2025-07-17 18:04:13 -07:00
committed by GitHub
parent f670bd7619
commit 0cd8c830c9
109 changed files with 2539 additions and 138 deletions

View File

@@ -125,6 +125,10 @@ pytest-mock = "^3.14.0"
[tool.poetry.group."dev,tests".dependencies]
pytest-json-report = "^1.5.0"
[tool.poetry.group.sqlite.dependencies]
aiosqlite = "^0.21.0"
[tool.black]
line-length = 140
target-version = ['py310', 'py311', 'py312', 'py313']