Unverified Commit d5f1d2ba authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.297 -> 0.13.298 (#468083)

parents f98d20e2 e8158a32
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -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";