home-assistant.python.pkgs.pytest-homeassistant-custom-component: skip failing test

This commit is contained in:
Robert Schütz
2025-12-03 12:49:54 -08:00
parent 9d4f140a08
commit f33a5d1e88
@@ -50,6 +50,11 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
disabledTests = [
# incompatible with Home Assistant 2025.12.0
"test_entry_diagnostics"
];
meta = {
changelog = "https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/${src.rev}/CHANGELOG.md";
description = "Package to automatically extract testing plugins from Home Assistant for custom component testing";