Backup protected status can vary per location #7928
ci.yaml
on: pull_request
Prepare Python dependencies
16s
Check ruff-format
15s
Check ruff
17s
Check Dockerfile
6s
Check executables
15s
Check JSON
21s
Check pylint
52s
Process test coverage
0s
Annotations
3 errors and 8 warnings
Run tests Python 3.13.1:
tests/backups/test_manager.py#L1745
test_backup_remove_error[backup_locations0-test-True]
assert True is False
+ where True = remove(<supervisor.backups.backup.Backup object at 0x7f8b5757a510>)
+ where remove = <supervisor.backups.manager.BackupManager object at 0x7f8b57b9a780>.remove
+ where <supervisor.backups.manager.BackupManager object at 0x7f8b57b9a780> = <supervisor.coresys.CoreSys object at 0x7f8b58f5ac10>.backups
|
Run tests Python 3.13.1:
tests/backups/test_manager.py#L1745
test_backup_remove_error[backup_locations1-None-False]
assert True is False
+ where True = remove(<supervisor.backups.backup.Backup object at 0x7f8b57179790>)
+ where remove = <supervisor.backups.manager.BackupManager object at 0x7f8b575a2150>.remove
+ where <supervisor.backups.manager.BackupManager object at 0x7f8b575a2150> = <supervisor.coresys.CoreSys object at 0x7f8b574c8050>.backups
|
Run tests Python 3.13.1
Process completed with exit code 1.
|
Prepare Python dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check Dockerfile
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check ruff-format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check executables
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check JSON
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check pylint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests Python 3.13.1
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|