Bump actions/setup-python from 6.1.0 to 7.0.0 - #287
Open
dependabot[bot] wants to merge 1 commit into
Open
Annotations
9 warnings
|
Run pytest:
/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py#L467
coroutine 'GeneracFlowHandler.async_remove' was never awaited
Coroutine created at (most recent call last)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/base_events.py", line 677, in run_forever
self._run_once()
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/base_events.py", line 2048, in _run_once
handle._run()
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/events.py", line 94, in _run
self._context.run(self._callback, *self._args)
File "/home/runner/work/ha-generac/ha-generac/tests/test_config_flow.py", line 479, in test_reconfigure_does_not_double_reload_when_loaded
await hass.config_entries.flow.async_configure(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 334, in async_configure
result = await self._async_configure(flow_id, user_input)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1592, in _async_configure
return await super()._async_configure(flow_id, user_input)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 382, in _async_configure
result = await self._async_handle_step(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 561, in _async_handle_step
self._async_remove_flow_progress(flow.flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1912, in _async_remove_flow_progress
super()._async_remove_flow_progress(flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 467, in _async_remove_flow_progress
flow.async_remove()
|
|
Run pytest:
/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py#L467
coroutine 'GeneracFlowHandler.async_remove' was never awaited
Coroutine created at (most recent call last)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/base_events.py", line 677, in run_forever
self._run_once()
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/base_events.py", line 2048, in _run_once
handle._run()
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/events.py", line 94, in _run
self._context.run(self._callback, *self._args)
File "/home/runner/work/ha-generac/ha-generac/tests/test_config_flow.py", line 428, in test_reauth_reloads_when_setup_failed
result2 = await hass.config_entries.flow.async_configure(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 334, in async_configure
result = await self._async_configure(flow_id, user_input)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1592, in _async_configure
return await super()._async_configure(flow_id, user_input)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 382, in _async_configure
result = await self._async_handle_step(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 561, in _async_handle_step
self._async_remove_flow_progress(flow.flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1912, in _async_remove_flow_progress
super()._async_remove_flow_progress(flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 467, in _async_remove_flow_progress
flow.async_remove()
|
|
Run pytest:
/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py#L467
coroutine 'GeneracFlowHandler.async_remove' was never awaited
Coroutine created at (most recent call last)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/base_events.py", line 677, in run_forever
self._run_once()
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/base_events.py", line 2048, in _run_once
handle._run()
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/events.py", line 94, in _run
self._context.run(self._callback, *self._args)
File "/home/runner/work/ha-generac/ha-generac/tests/test_config_flow.py", line 382, in test_reconfigure_reloads_when_setup_failed
result2 = await hass.config_entries.flow.async_configure(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 334, in async_configure
result = await self._async_configure(flow_id, user_input)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1592, in _async_configure
return await super()._async_configure(flow_id, user_input)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 382, in _async_configure
result = await self._async_handle_step(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 561, in _async_handle_step
self._async_remove_flow_progress(flow.flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1912, in _async_remove_flow_progress
super()._async_remove_flow_progress(flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 467, in _async_remove_flow_progress
flow.async_remove()
|
|
Run pytest:
/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py#L467
coroutine 'GeneracFlowHandler.async_remove' was never awaited
Coroutine created at (most recent call last)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/base_events.py", line 677, in run_forever
self._run_once()
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/base_events.py", line 2048, in _run_once
handle._run()
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/events.py", line 94, in _run
self._context.run(self._callback, *self._args)
File "/home/runner/work/ha-generac/ha-generac/tests/test_config_flow.py", line 330, in test_reconfigure_flow_persists_scan_interval
await hass.config_entries.flow.async_configure(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 334, in async_configure
result = await self._async_configure(flow_id, user_input)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1592, in _async_configure
return await super()._async_configure(flow_id, user_input)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 382, in _async_configure
result = await self._async_handle_step(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 561, in _async_handle_step
self._async_remove_flow_progress(flow.flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1912, in _async_remove_flow_progress
super()._async_remove_flow_progress(flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 467, in _async_remove_flow_progress
flow.async_remove()
|
|
Run pytest:
/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py#L467
coroutine 'GeneracFlowHandler.async_remove' was never awaited
Coroutine created at (most recent call last)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 2445, in async_schedule_reload
self.hass.async_create_task(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/core.py", line 785, in async_create_task
return self.async_create_task_internal(target, name, eager_start)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/pytest_homeassistant_custom_component/common.py", line 273, in async_create_task_internal
return orig_async_create_task_internal(coroutine, name, eager_start)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/core.py", line 807, in async_create_task_internal
task = create_eager_task(target, name=name, loop=self.loop)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/util/async_.py", line 42, in create_eager_task
return Task(coro, loop=loop, name=name, eager_start=True)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 2469, in async_reload
_abort_reauth_flows(self.hass, entry.domain, entry_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 4212, in _abort_reauth_flows
hass.config_entries.flow.async_abort(progress_flow["flow_id"])
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 431, in async_abort
self._async_remove_flow_progress(flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1912, in _async_remove_flow_progress
super()._async_remove_flow_progress(flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 467, in _async_remove_flow_progress
flow.async_remove()
|
|
Run pytest:
/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py#L467
coroutine 'GeneracFlowHandler.async_remove' was never awaited
Coroutine created at (most recent call last)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 2445, in async_schedule_reload
self.hass.async_create_task(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/core.py", line 785, in async_create_task
return self.async_create_task_internal(target, name, eager_start)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/pytest_homeassistant_custom_component/common.py", line 273, in async_create_task_internal
return orig_async_create_task_internal(coroutine, name, eager_start)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/core.py", line 807, in async_create_task_internal
task = create_eager_task(target, name=name, loop=self.loop)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/util/async_.py", line 42, in create_eager_task
return Task(coro, loop=loop, name=name, eager_start=True)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 2469, in async_reload
_abort_reauth_flows(self.hass, entry.domain, entry_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 4212, in _abort_reauth_flows
hass.config_entries.flow.async_abort(progress_flow["flow_id"])
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 431, in async_abort
self._async_remove_flow_progress(flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1912, in _async_remove_flow_progress
super()._async_remove_flow_progress(flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 467, in _async_remove_flow_progress
flow.async_remove()
|
|
Run pytest:
/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py#L467
coroutine 'GeneracFlowHandler.async_remove' was never awaited
Coroutine created at (most recent call last)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/base_events.py", line 677, in run_forever
self._run_once()
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/base_events.py", line 2048, in _run_once
handle._run()
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/events.py", line 94, in _run
self._context.run(self._callback, *self._args)
File "/home/runner/work/ha-generac/ha-generac/tests/test_config_flow.py", line 202, in test_reconfigure_flow
result2 = await hass.config_entries.flow.async_configure(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 334, in async_configure
result = await self._async_configure(flow_id, user_input)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1592, in _async_configure
return await super()._async_configure(flow_id, user_input)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 382, in _async_configure
result = await self._async_handle_step(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 561, in _async_handle_step
self._async_remove_flow_progress(flow.flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1912, in _async_remove_flow_progress
super()._async_remove_flow_progress(flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 467, in _async_remove_flow_progress
flow.async_remove()
|
|
Run pytest:
/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py#L467
coroutine 'GeneracFlowHandler.async_remove' was never awaited
Coroutine created at (most recent call last)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/base_events.py", line 677, in run_forever
self._run_once()
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/base_events.py", line 2048, in _run_once
handle._run()
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/events.py", line 94, in _run
self._context.run(self._callback, *self._args)
File "/home/runner/work/ha-generac/ha-generac/tests/test_config_flow.py", line 122, in test_duplicate_entry
result2 = await hass.config_entries.flow.async_configure(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 334, in async_configure
result = await self._async_configure(flow_id, user_input)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1592, in _async_configure
return await super()._async_configure(flow_id, user_input)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 382, in _async_configure
result = await self._async_handle_step(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 561, in _async_handle_step
self._async_remove_flow_progress(flow.flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1912, in _async_remove_flow_progress
super()._async_remove_flow_progress(flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 467, in _async_remove_flow_progress
flow.async_remove()
|
|
Run pytest:
/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py#L467
coroutine 'GeneracFlowHandler.async_remove' was never awaited
Coroutine created at (most recent call last)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/base_events.py", line 677, in run_forever
self._run_once()
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/base_events.py", line 2048, in _run_once
handle._run()
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/asyncio/events.py", line 94, in _run
self._context.run(self._callback, *self._args)
File "/home/runner/work/ha-generac/ha-generac/tests/test_config_flow.py", line 46, in test_form_user
result2 = await hass.config_entries.flow.async_configure(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 334, in async_configure
result = await self._async_configure(flow_id, user_input)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1592, in _async_configure
return await super()._async_configure(flow_id, user_input)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 382, in _async_configure
result = await self._async_handle_step(
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 561, in _async_handle_step
self._async_remove_flow_progress(flow.flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/config_entries.py", line 1912, in _async_remove_flow_progress
super()._async_remove_flow_progress(flow_id)
File "/opt/hostedtoolcache/Python/3.14.6/x64/lib/python3.14/site-packages/homeassistant/data_entry_flow.py", line 467, in _async_remove_flow_progress
flow.async_remove()
|
background
wait
wait-all
cancel
parallel
Loading