From 97754c5b1d0a629d1bc518922d92d80f84b247e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 5 Feb 2025 16:18:18 -0800 Subject: [PATCH] home-assistant-component-tests.hassio: fix test_reader_writer_restore_report_progress --- pkgs/servers/home-assistant/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix index a0bed6e90653..26a8473b6da5 100644 --- a/pkgs/servers/home-assistant/default.nix +++ b/pkgs/servers/home-assistant/default.nix @@ -427,6 +427,9 @@ python.pkgs.buildPythonApplication rec { substituteInPlace tests/test_core_config.py --replace-fail '"/usr"' "\"$NIX_BUILD_TOP/media\"" sed -i 's/setuptools[~=]/setuptools>/' pyproject.toml + + substituteInPlace tests/components/hassio/test_backup.py \ + --replace-fail setup_integration setup_backup_integration ''; dependencies = with python.pkgs; [