Skip to content

Type all remaining tests #4665

Type all remaining tests

Type all remaining tests #4665

Triggered via pull request October 19, 2023 14:17
Status Failure
Total duration 15m 57s
Artifacts

ci.yml

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

Annotations

17 errors and 2 notices
Mypy-Linux+Mac+Windows: trio/_highlevel_ssl_helpers.py#L169
trio/_highlevel_ssl_helpers.py:(169:11 - 171:5): Cannot infer type argument 2 of "serve_listeners" [misc]
Mypy-Linux+Mac+Windows: trio/testing/_fake_net.py#L361
trio/testing/_fake_net.py:(361:44 - 361:50): Argument 2 to "_scatter" has incompatible type "Iterable[Buffer]"; expected "Iterable[bytes]" [arg-type]
Mypy-Linux+Mac+Windows: trio/testing/_fake_net.py#L383
trio/testing/_fake_net.py:(383:16 - 383:35): "UDPBinding" has no attribute "remote" [attr-defined]
Mypy-Linux+Mac+Windows: trio/testing/_fake_net.py#L384
trio/testing/_fake_net.py:(384:17 - 384:64): Returning Any from function declared to return "None" [no-any-return]
Mypy-Linux+Mac+Windows: trio/testing/_fake_net.py#L384
trio/testing/_fake_net.py:(384:24 - 384:43): "UDPBinding" has no attribute "remote" [attr-defined]
Mypy-Linux+Mac+Windows: trio/testing/_fake_net.py#L468
trio/testing/_fake_net.py:(468:42 - 468:44): Argument 1 to "len" has incompatible type "Buffer"; expected "Sized" [arg-type]
Mypy-Linux+Mac+Windows: trio/_tests/test_threads.py#L1058
trio/_tests/test_threads.py:(1058:9 - 1058:9): Redundant cast to "Queue[Any]" [redundant-cast]
Mypy-Linux+Mac+Windows: trio/_core/_tests/test_thread_cache.py#L19
trio/_core/_tests/test_thread_cache.py:(19:9 - 19:9): Redundant cast to "Queue[Any]" [redundant-cast]
Mypy-Linux+Mac+Windows: trio/_core/_tests/test_thread_cache.py#L44
trio/_core/_tests/test_thread_cache.py:(44:9 - 44:9): Redundant cast to "Queue[Any]" [redundant-cast]
Mypy-Linux+Mac+Windows: trio/_core/_tests/test_thread_cache.py#L67
trio/_core/_tests/test_thread_cache.py:(67:9 - 67:9): Redundant cast to "Queue[Any]" [redundant-cast]
Ubuntu (pypy-3.9-nightly)
Process completed with exit code 1.
Windows (pypy-3.9-nightly, x64)
Process completed with exit code 1.
Ubuntu (3.8, no test-requirements)
The job running on runner GitHub Actions 12 has exceeded the maximum execution time of 10 minutes.
Ubuntu (3.8, no test-requirements)
The operation was canceled.
macOS (pypy-3.10-nightly)
The job running on runner GitHub Actions 6 has exceeded the maximum execution time of 15 minutes.
macOS (pypy-3.10-nightly)
The operation was canceled.
check
Process completed with exit code 1.
Mypy-Windows: trio/_tests/test_subprocess.py#L447
trio/_tests/test_subprocess.py:(447:15 - 447:52): Error code "call-arg" not covered by "type: ignore" comment
Mypy-Windows: trio/_subprocess.py#L800
trio/_subprocess.py:(800:9 - 813:15): "open_process" defined here