Don't remove folder itself on restore #6021
ci.yaml
on: pull_request
Prepare Python dependencies
39s
Check black
13s
Check Dockerfile
9s
Check executables
26s
Check flake8
14s
Check isort
25s
Check JSON
24s
Check pylint
51s
Check pyupgrade
25s
Process test coverage
0s
Annotations
4 errors
Check executables
Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
|
Run tests Python 3.11.6:
tests/backups/test_manager.py#L587
test_full_backup_to_mount
AssertionError: assert False
+ where False = <bound method Path.exists of PosixPath('/tmp/pytest-of-runner/pytest-0/test_full_backup_to_mount0/homeassistant/test.txt')>()
+ where <bound method Path.exists of PosixPath('/tmp/pytest-of-runner/pytest-0/test_full_backup_to_mount0/homeassistant/test.txt')> = PosixPath('/tmp/pytest-of-runner/pytest-0/test_full_backup_to_mount0/homeassistant/test.txt').exists
|
Run tests Python 3.11.6:
tests/backups/test_manager.py#L640
test_partial_backup_to_mount
AssertionError: assert False
+ where False = <bound method Path.exists of PosixPath('/tmp/pytest-of-runner/pytest-0/test_partial_backup_to_mount0/homeassistant/test.txt')>()
+ where <bound method Path.exists of PosixPath('/tmp/pytest-of-runner/pytest-0/test_partial_backup_to_mount0/homeassistant/test.txt')> = PosixPath('/tmp/pytest-of-runner/pytest-0/test_partial_backup_to_mount0/homeassistant/test.txt').exists
|
Run tests Python 3.11.6
Process completed with exit code 1.
|