Skip to content

Feature/upload 154 #176

Feature/upload 154

Feature/upload 154 #176

Triggered via pull request February 6, 2025 16:11
Status Failure
Total duration 46s
Artifacts

py_ci.yml

on: pull_request
Matrix: pyright
Matrix: pytest
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 2 warnings
ruff
Process completed with exit code 1.
pytest (3.12, 1.7.1)
Process completed with exit code 2.
pyright (3.12, 1.1.343): python/mdvtools/conversions.py#L105
"items" is not a known member of "None" (reportOptionalMemberAccess)
pyright (3.12, 1.1.343): python/mdvtools/conversions.py#L121
Argument of type "dict[str, int]" cannot be assigned to parameter "__value" of type "Panel" in function "__setitem__"   "dict[str, int]" is incompatible with "Panel" (reportGeneralTypeIssues)
pyright (3.12, 1.1.343): python/mdvtools/conversions.py#L122
Argument of type "dict[str, int]" cannot be assigned to parameter "__value" of type "Panel" in function "__setitem__"   "dict[str, int]" is incompatible with "Panel" (reportGeneralTypeIssues)
pyright (3.12, 1.1.343): python/mdvtools/project_router.py#L179
Expression of type "tuple[Response, Literal[500]]" cannot be assigned to return type "Response"   "tuple[Response, Literal[500]]" is incompatible with "Response" (reportGeneralTypeIssues)
pyright (3.12, 1.1.343): python/mdvtools/project_router.py#L194
Expression of type "tuple[Response, Literal[404]]" cannot be assigned to return type "Response"   "tuple[Response, Literal[404]]" is incompatible with "Response" (reportGeneralTypeIssues)
pyright (3.12, 1.1.343): python/mdvtools/project_router.py#L201
Expression of type "tuple[Response, Literal[403]]" cannot be assigned to return type "Response"   "tuple[Response, Literal[403]]" is incompatible with "Response" (reportGeneralTypeIssues)
pyright (3.12, 1.1.343): python/mdvtools/server.py#L513
Argument of type "str" cannot be assigned to parameter "filename" of type "PathLike[Unknown] | None" in function "write_h5ad"   Type "str" cannot be assigned to type "PathLike[Unknown] | None"     "str" is incompatible with protocol "PathLike[Unknown]"       "__fspath__" is not present     "str" is incompatible with "None" (reportGeneralTypeIssues)
pyright (3.12, 1.1.343): python/mdvtools/auth/auth0_provider.py#L2
Import "authlib.integrations.flask_client" could not be resolved (reportMissingImports)
pyright (3.12, 1.1.343): python/mdvtools/dbutils/dbmodels.py#L1
Import "flask_sqlalchemy" could not be resolved (reportMissingImports)
pyright (3.12, 1.1.343): python/mdvtools/dbutils/mdv_server_app.py#L6
Import "sqlalchemy" could not be resolved (reportMissingImports)
pyright (3.12, 1.1.343): python/mdvtools/querytools/app.py#L3
Import "psycopg2" could not be resolved from source (reportMissingModuleSource)
pyright (3.12, 1.1.343): python/mdvtools/querytools/app.py#L6
Import "psycopg2._psycopg" could not be resolved from source (reportMissingModuleSource)