home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.297 -> 0.13.298 (#468083)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-homeassistant-custom-component";
|
||||
version = "0.13.297";
|
||||
version = "0.13.298";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.13";
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "MatthewFlamm";
|
||||
repo = "pytest-homeassistant-custom-component";
|
||||
tag = version;
|
||||
hash = "sha256-5s8c1OpVqQ63BNLZz0mTyqwbsIZLUmckF5yJkyNgzrw=";
|
||||
hash = "sha256-5yQnEjqG8SKv/RSoTKlpImtOHfs2I9tuyQit0NQ5X6Y=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -50,11 +50,6 @@ 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.tag}/CHANGELOG.md";
|
||||
description = "Package to automatically extract testing plugins from Home Assistant for custom component testing";
|
||||
|
||||
Reference in New Issue
Block a user