Skip to content

[RFH] [DO NOT MERGE] aiohttp + wifi mesh networks results in request hangs #156147

[RFH] [DO NOT MERGE] aiohttp + wifi mesh networks results in request hangs

[RFH] [DO NOT MERGE] aiohttp + wifi mesh networks results in request hangs #156147

Triggered via pull request November 3, 2023 11:23
Status Failure
Total duration 13m 50s
Artifacts

ci.yaml

on: pull_request
Collect information & changes data
16s
Collect information & changes data
Matrix: Prepare dependencies
Prepare pre-commit base
14s
Prepare pre-commit base
Check hassfest
45s
Check hassfest
Check all requirements
28s
Check all requirements
Check mypy
36s
Check mypy
Check pylint
33s
Check pylint
Check ruff
10s
Check ruff
Check other linters
35s
Check other linters
Check black
22s
Check black
Matrix: pytest
Matrix: pytest-mariadb
Matrix: pytest-postgres
Upload test coverage to Codecov
0s
Upload test coverage to Codecov
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
Check pylint
Process completed with exit code 4.
Check mypy: homeassistant/components/airzone_cloud/config_flow.py#L93
Item "None" of "BaseConnector | None" has no attribute "_limit" [union-attr]
Check mypy: homeassistant/components/airzone_cloud/__init__.py#L30
Item "None" of "BaseConnector | None" has no attribute "_limit" [union-attr]
Check mypy
Process completed with exit code 1.
Check pylint: homeassistant/components/airzone_cloud/__init__.py#L30
W0212: Access to a protected member _limit of a client class (protected-access)
Check pylint: homeassistant/components/airzone_cloud/config_flow.py#L93
W0212: Access to a protected member _limit of a client class (protected-access)