Skip to content

Type all remaining tests #4743

Type all remaining tests

Type all remaining tests #4743

Triggered via pull request October 25, 2023 05:15
Status Failure
Total duration 11m 35s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: macOS
Matrix: Ubuntu
Matrix: Windows
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 notice
Mypy-Linux+Mac+Windows: trio/_tests/test_threads.py#L1065
trio/_tests/test_threads.py:(1065:1 - 1077:41): Function is missing a return type annotation [no-untyped-def]
Mypy-Linux+Mac+Windows: trio/_tests/test_threads.py#L1065
trio/_tests/test_threads.py:(1065:1 - 1077:41): Function is untyped after decorator transformation [misc]
Ubuntu (3.8, check formatting)
Mypy found type errors.
Ubuntu (3.8, check formatting)
Process completed with exit code 1.
Windows (pypy-3.9-nightly, x64)
Process completed with exit code 1.
check
Process completed with exit code 1.
Mypy-Linux+Mac+Windows: trio/_tests/test_threads.py#L1065
trio/_tests/test_threads.py:(1065:1 - 1077:41): Use "-> None" if function does not return a value