feat(dependencies): update sqlalchemy to use asyncio and add aiosqlite and pytest-asyncio to dev dependencies
treefmt / nix fmt (pull_request) Failing after 5s
pytest / pytest (pull_request) Failing after 30s
build_systems / build-brain (pull_request) Successful in 58s
build_systems / build-bob (pull_request) Successful in 59s
build_systems / build-rhapsody-in-green (pull_request) Successful in 1m39s
build_systems / build-jeeves (pull_request) Successful in 2m41s
treefmt / nix fmt (pull_request) Failing after 5s
pytest / pytest (pull_request) Failing after 30s
build_systems / build-brain (pull_request) Successful in 58s
build_systems / build-bob (pull_request) Successful in 59s
build_systems / build-rhapsody-in-green (pull_request) Successful in 1m39s
build_systems / build-jeeves (pull_request) Successful in 2m41s
This commit is contained in:
+4
-1
@@ -25,7 +25,7 @@ dependencies = [
|
||||
"pydantic",
|
||||
"pydantic-settings",
|
||||
"python-multipart",
|
||||
"sqlalchemy",
|
||||
"sqlalchemy[asyncio]",
|
||||
"tenacity",
|
||||
"tiktoken",
|
||||
"tinytuya",
|
||||
@@ -41,8 +41,10 @@ whisper-transcribe = "python.tools.whisper.transcribe:main"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"aiosqlite",
|
||||
"mypy",
|
||||
"pyfakefs",
|
||||
"pytest-asyncio",
|
||||
"pytest-cov",
|
||||
"pytest-mock",
|
||||
"pytest-xdist",
|
||||
@@ -118,5 +120,6 @@ exclude_lines = [
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-n auto -ra"
|
||||
asyncio_mode = "auto"
|
||||
testpaths = ["tests"]
|
||||
# --cov=system_tools --cov-report=term-missing --cov-report=xml --cov-report=html --cov-branch
|
||||
|
||||
Reference in New Issue
Block a user