Skip to content

Avoid reordering add-on repositories on Backup load #7997

Avoid reordering add-on repositories on Backup load

Avoid reordering add-on repositories on Backup load #7997

Triggered via pull request January 31, 2025 14:17
Status Failure
Total duration 6m 55s
Artifacts

ci.yaml

on: pull_request
Prepare Python dependencies
7s
Prepare Python dependencies
Run tests Python 3.13.1
6m 31s
Run tests Python 3.13.1
Check ruff-format
10s
Check ruff-format
Check ruff
14s
Check ruff
Check Dockerfile
5s
Check Dockerfile
Check executables
9s
Check executables
Check JSON
8s
Check JSON
Check pylint
43s
Check pylint
Process test coverage
0s
Process test coverage
Fit to window
Zoom out
Zoom in

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.