Bump sentry-sdk from 2.10.0 to 2.13.0 #7322
ci.yaml
on: pull_request
Prepare Python dependencies
30s
Check ruff-format
23s
Check ruff
8s
Check Dockerfile
5s
Check executables
17s
Check JSON
10s
Check pylint
35s
Process test coverage
0s
Annotations
9 errors
Run tests Python 3.12.4:
tests/addons/test_addon.py#L884
test_addon_load_succeeds_with_docker_errors
sentry_sdk.hub.SentryHubDeprecationWarning: `sentry_sdk.Hub` is deprecated and will be removed in a future major release. Please consult our 1.x to 2.x migration guide for details on how to migrate `Hub` usage to the new API: https://docs.sentry.io/platforms/python/migration/1.x-to-2.x
|
Run tests Python 3.12.4:
tests/api/test_supervisor.py#L142
test_api_supervisor_options_diagnostics
AssertionError: assert 500 == 200
+ where 500 = <ClientResponse(http://127.0.0.1:40553/supervisor/options) [500 Internal Server Error]>\n<CIMultiDictProxy('Content-Typ...ength': '55', 'Date': 'Wed, 21 Aug 2024 07:53:45 GMT', 'Server': 'Python/3.12 aiohttp/3.10.5', 'Connection': 'close')>\n.status
|
Run tests Python 3.12.4:
tests/api/test_supervisor.py#L178
test_api_supervisor_fallback
AssertionError: assert 500 == 200
+ where 500 = <ClientResponse(http://127.0.0.1:35889/supervisor/logs) [500 Internal Server Error]>\n<CIMultiDictProxy('Content-Type':...ength': '55', 'Date': 'Wed, 21 Aug 2024 07:53:46 GMT', 'Server': 'Python/3.12 aiohttp/3.10.5', 'Connection': 'close')>\n.status
|
Run tests Python 3.12.4:
tests/docker/test_addon.py#L330
test_addon_run_docker_error
sentry_sdk.hub.SentryHubDeprecationWarning: `sentry_sdk.Hub` is deprecated and will be removed in a future major release. Please consult our 1.x to 2.x migration guide for details on how to migrate `Hub` usage to the new API: https://docs.sentry.io/platforms/python/migration/1.x-to-2.x
|
Run tests Python 3.12.4:
tests/homeassistant/test_home_assistant_watchdog.py#L146
test_home_assistant_watchdog_rebuild_on_failure
AssertionError: Expected 'rebuild' to have been called once. Called 0 times.
|
Run tests Python 3.12.4:
tests/resolution/evaluation/test_evaluation.py#L80
test_evaluation_running
sentry_sdk.hub.SentryHubDeprecationWarning: `sentry_sdk.Hub` is deprecated and will be removed in a future major release. Please consult our 1.x to 2.x migration guide for details on how to migrate `Hub` usage to the new API: https://docs.sentry.io/platforms/python/migration/1.x-to-2.x
|
Run tests Python 3.12.4:
tests/resolution/evaluation/test_evaluation.py#L94
test_adding_and_removing_unsupported_reason
sentry_sdk.hub.SentryHubDeprecationWarning: `sentry_sdk.Hub` is deprecated and will be removed in a future major release. Please consult our 1.x to 2.x migration guide for details on how to migrate `Hub` usage to the new API: https://docs.sentry.io/platforms/python/migration/1.x-to-2.x
|
Run tests Python 3.12.4:
tests/utils/test_log_format.py#L27
test_exeption
sentry_sdk.hub.SentryHubDeprecationWarning: `sentry_sdk.Hub` is deprecated and will be removed in a future major release. Please consult our 1.x to 2.x migration guide for details on how to migrate `Hub` usage to the new API: https://docs.sentry.io/platforms/python/migration/1.x-to-2.x
|
Run tests Python 3.12.4
Process completed with exit code 1.
|