You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test_error_no_device_on_floor test was disabled due to an intent fixture mismatch introduced by a bad intents bump (home-assistant/core#162205), which was reverted in home-assistant/core#162226 and properly re-landed in home-assistant/core#162959 with intents 2026.2.13. Our intents package is at 2026.3.24, so the test passes now.
2026-04-05 18:28:12.195 INFO SyncWorker_0 homeassistant.loader:loader.py:784 Loaded http from homeassistant.components.http
2026-04-05 18:28:12.196 INFO MainThread homeassistant.setup:setup.py:393 Setting up http
2026-04-05 18:28:12.196 WARNING MainThread aiohttp_fast_zlib:__init__.py:55 zlib_ng and isal are not available, falling back to zlib, performance will be degraded.
2026-04-05 18:28:12.206 INFO MainThread homeassistant.setup:setup.py:393 Setting up intent
2026-04-05 18:28:12.207 INFO MainThread homeassistant.setup:setup.py:393 Setting up conversation
=============================== warnings summary ===============================
homeassistant/runner.py:176
/build/source/homeassistant/runner.py:176: DeprecationWarning: 'asyncio.DefaultEventLoopPolicy' is deprecated and slated for removal in Python 3.16
class HassEventLoopPolicy(asyncio.DefaultEventLoopPolicy): # type: ignore[name-defined,misc]
tests/conftest.py:154
/build/source/tests/conftest.py:154: DeprecationWarning: 'asyncio.set_event_loop_policy' is deprecated and slated for removal in Python 3.16
asyncio.set_event_loop_policy(runner.HassEventLoopPolicy(False))
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
--------------------------- snapshot report summary ----------------------------
69 snapshots passed.
=========================== short test summary info ============================
FAILED tests/components/conversation/test_default_agent.py::test_error_no_device_on_floor - AssertionError: assert 'Sorry, I am ... ground floor' == 'Sorry, I am ... g...
================== 1 failed, 213 passed, 2 warnings in 51.67s ==================
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
test_error_no_device_on_floortest was disabled due to an intent fixture mismatch introduced by a bad intents bump (home-assistant/core#162205), which was reverted in home-assistant/core#162226 and properly re-landed in home-assistant/core#162959 with intents 2026.2.13. Our intents package is at 2026.3.24, so the test passes now.Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.