CI: python-313 #15136
ci.yaml
on: workflow_dispatch
Collect information & changes data
19s
Matrix: Prepare dependencies
Matrix: lint-hadolint
Check hassfest
41s
Check all requirements
19s
Check mypy
1m 50s
Matrix: Audit licenses
Matrix: Split tests for full run
Matrix: List installed packages
Check ruff-format
12s
Check ruff
13s
Check other linters
52s
Matrix: pytest-full
Matrix: pytest-mariadb
Matrix: pytest-partial
Matrix: pytest-postgres
Debug: Combine pytest output
5s
Upload test coverage to Codecov (partial suite)
0s
Upload test coverage to Codecov (full suite)
0s
Annotations
4 errors
Run tests Python 3.12 (1):
tests/components/lg_thinq/test_sensor.py#L29
test_all_entities
AssertionError: assert [+ received] == [- snapshot]
Snapshot 'test_all_entities[sensor.test_air_conditioner_schedule_turn_on-entry]' does not exist!
+ EntityRegistryEntrySnapshot({
+ 'aliases': set({
+ }),
+ 'area_id': None,
+ 'capabilities': None,
+ 'config_entry_id': <ANY>,
+ 'device_class': None,
+ 'device_id': <ANY>,
+ 'disabled_by': None,
+ 'domain': 'sensor',
+ 'entity_category': None,
+ 'entity_id': 'sensor.test_air_conditioner_schedule_turn_on',
+ 'has_entity_name': True,
+ 'hidden_by': None,
+ 'icon': None,
+ 'id': <ANY>,
+ 'labels': set({
+ }),
+ 'name': None,
+ 'options': dict({
+ }),
+ 'original_device_class': None,
+ 'original_icon': None,
+ 'original_name': 'Schedule turn-on',
+ 'platform': 'lg_thinq',
+ 'previous_unique_id': None,
+ 'supported_features': 0,
+ 'translation_key': <TimerProperty.RELATIVE_TO_START: 'relative_to_start'>,
+ 'unique_id': 'MW2-2E247F93-B570-46A6-B827-920E9E10F966_relative_to_start',
+ 'unit_of_measurement': None,
+ })
|
Run tests Python 3.12 (1)
Process completed with exit code 1.
|
Run tests Python 3.13 (7):
tests/components/lg_thinq/test_sensor.py#L29
test_all_entities
AssertionError: assert [+ received] == [- snapshot]
Snapshot 'test_all_entities[sensor.test_air_conditioner_schedule_turn_on-entry]' does not exist!
+ EntityRegistryEntrySnapshot({
+ 'aliases': set({
+ }),
+ 'area_id': None,
+ 'capabilities': None,
+ 'config_entry_id': <ANY>,
+ 'device_class': None,
+ 'device_id': <ANY>,
+ 'disabled_by': None,
+ 'domain': 'sensor',
+ 'entity_category': None,
+ 'entity_id': 'sensor.test_air_conditioner_schedule_turn_on',
+ 'has_entity_name': True,
+ 'hidden_by': None,
+ 'icon': None,
+ 'id': <ANY>,
+ 'labels': set({
+ }),
+ 'name': None,
+ 'options': dict({
+ }),
+ 'original_device_class': None,
+ 'original_icon': None,
+ 'original_name': 'Schedule turn-on',
+ 'platform': 'lg_thinq',
+ 'previous_unique_id': None,
+ 'supported_features': 0,
+ 'translation_key': <TimerProperty.RELATIVE_TO_START: 'relative_to_start'>,
+ 'unique_id': 'MW2-2E247F93-B570-46A6-B827-920E9E10F966_relative_to_start',
+ 'unit_of_measurement': None,
+ })
|
Run tests Python 3.13 (7)
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
pytest-15136
|
5.42 MB |
|
pytest_buckets-3.12
|
5.83 KB |
|
pytest_buckets-3.13
|
5.78 KB |
|