Skip to content

changes from 3.12.8, add a smoke test, make uncancel installation simpler #31

changes from 3.12.8, add a smoke test, make uncancel installation simpler

changes from 3.12.8, add a smoke test, make uncancel installation simpler #31

Triggered via pull request December 15, 2024 12:58
Status Failure
Total duration 32s
Artifacts 1

main.yaml

on: pull_request
upload release to PyPI
0s
upload release to PyPI
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
typecheck: taskgroup/taskgroups.py#L231
"_set_task_name" is not a known attribute of module ".tasks" (reportAttributeAccessIssue)
typecheck: taskgroup/taskgroups.py#L262
Argument of type "Literal[True]" cannot be assigned to parameter "result" of type "None" in function "set_result"   "Literal[True]" is not assignable to "None" (reportArgumentType)
typecheck: taskgroup/taskgroups.py#L271
"append" is not a known attribute of "None" (reportOptionalMemberAccess)
typecheck: taskgroup/taskgroups.py#L275
"done" is not a known attribute of "None" (reportOptionalMemberAccess)
typecheck: taskgroup/taskgroups.py#L278
"call_exception_handler" is not a known attribute of "None" (reportOptionalMemberAccess)
typecheck: taskgroup/taskgroups.py#L309
"cancel" is not a known attribute of "None" (reportOptionalMemberAccess)
typecheck: taskgroup/taskgroups.py#L329
Argument of type "AbstractEventLoop | None" cannot be assigned to parameter "loop" of type "AbstractEventLoop" in function "task_factory"   Type "AbstractEventLoop | None" is not assignable to type "AbstractEventLoop"     "None" is not assignable to "AbstractEventLoop" (reportArgumentType)
typecheck: taskgroup/taskgroups.py#L331
Argument of type "AbstractEventLoop | None" cannot be assigned to parameter "loop" of type "AbstractEventLoop" in function "task_factory"   Type "AbstractEventLoop | None" is not assignable to type "AbstractEventLoop"     "None" is not assignable to "AbstractEventLoop" (reportArgumentType)
typecheck: taskgroup/taskgroups.py#L332
"_set_task_name" is not a known attribute of module ".tasks" (reportAttributeAccessIssue)
typecheck: taskgroup/taskgroups.py#L343
Function with declared return type "Self@TaskGroup" must return value on all code paths   Type "None" is not assignable to type "Self@TaskGroup" (reportReturnType)
check
Process completed with exit code 1.
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
dist
23.6 KB