Closed epenet closed 15 hours ago
Missed in https://github.com/home-assistant/core/pull/132173 Noticed in https://github.com/home-assistant/core/pull/132176
https://github.com/home-assistant/core/actions/runs/12141729868/job/33855008847?pr=132176
***** ERROR Tests are leaving files behind. Please update the tests to avoid writing any files: requirements_all_pytest.txt requirements_all_wheels_aarch64.txt requirements_all_wheels_amd64.txt requirements_all_wheels_armhf.txt requirements_all_wheels_armv7.txt requirements_all_wheels_i386.txt
Confirmed to be working in https://github.com/home-assistant/core/actions/runs/12142845627/job/33858319521?pr=132179
ruff format homeassistant tests
If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
python3 -m script.hassfest
requirements_all.txt
python3 -m script.gen_requirements_all
To help with the load of incoming pull requests:
Proposed change
Missed in https://github.com/home-assistant/core/pull/132173 Noticed in https://github.com/home-assistant/core/pull/132176
https://github.com/home-assistant/core/actions/runs/12141729868/job/33855008847?pr=132176
Confirmed to be working in https://github.com/home-assistant/core/actions/runs/12142845627/job/33858319521?pr=132179
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: