Avoid reordering add-on repositories on Backup load #7997
ci.yaml
on: pull_request
Prepare Python dependencies
7s
Check ruff-format
10s
Check ruff
14s
Check Dockerfile
5s
Check executables
9s
Check JSON
8s
Check pylint
43s
Process test coverage
0s
Annotations
6 errors
Run tests Python 3.13.1:
tests/store/test_validate.py#L24
test_default_config[config1]
AssertionError: assert 'core' in []
|
Run tests Python 3.13.1:
tests/store/test_validate.py#L24
test_default_config[config2]
AssertionError: assert 'core' in ['https://github.com/esphome/home-assistant-addon']
|
Run tests Python 3.13.1:
tests/store/test_validate.py#L53
test_repository_validate[repo_list0-True]
assert 0 == 5
+ where 0 = len([])
|
Run tests Python 3.13.1:
tests/store/test_validate.py#L53
test_repository_validate[repo_list1-True]
AssertionError: assert 2 == 5
+ where 2 = len(['core', 'local'])
|
Run tests Python 3.13.1:
tests/store/test_validate.py#L53
test_repository_validate[repo_list2-True]
AssertionError: assert 1 == 5
+ where 1 = len(['https://github.com/hassio-addons/repository'])
|
Run tests Python 3.13.1
Process completed with exit code 1.
|