home-assistant-component-tests.hassio: fix test_reader_writer_restore_report_progress

This commit is contained in:
Robert Schütz
2025-02-06 18:55:50 +01:00
committed by Martin Weinelt
parent 378c44a989
commit 97754c5b1d
+3
View File
@@ -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; [