Skip to content

Fix test tracking #21838

Fix test tracking

Fix test tracking #21838

Triggered via pull request November 29, 2023 13:35
Status Failure
Total duration 2m 39s
Artifacts

typing.yml

on: pull_request
Matrix: type-checking
Fit to window
Zoom out
Zoom in

Annotations

8 errors
type-checking (3.11): src/ert/scheduler/driver.py#L152
Too few arguments
type-checking (3.11): src/ert/scheduler/driver.py#L171
Cannot infer type of lambda
type-checking (3.11): src/ert/scheduler/driver.py#L171
Argument 1 to "run_with_retries" of "LSFDriver" has incompatible type "Callable[[], Coroutine[Any, Any, bool]]"; expected "Callable[[Any], Awaitable[Any]]"
type-checking (3.11): src/ert/scheduler/driver.py#L242
Cannot infer type of lambda
type-checking (3.11): src/ert/scheduler/driver.py#L242
Argument 1 to "run_with_retries" of "LSFDriver" has incompatible type "Callable[[], Coroutine[Any, Any, bool]]"; expected "Callable[[Any], Awaitable[Any]]"
type-checking (3.11): src/ert/scheduler/driver.py#L307
Cannot infer type of lambda
type-checking (3.11): src/ert/scheduler/driver.py#L307
Argument 1 to "run_with_retries" of "LSFDriver" has incompatible type "Callable[[], Coroutine[Any, Any, bool]]"; expected "Callable[[Any], Awaitable[Any]]"
type-checking (3.11)
Process completed with exit code 1.