Type all remaining tests #4743
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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
|