Fix unhandled exceptions in dsmr (#33601)
* reordered the clearing of the closed Event so it can stay set at the end and not leave a task waiting on close * fixed the side effect so it returns one TimeoutError and after that success Previously it reached the end of the single item list and threw an exception * fixed the error. it doesn't happen on python 3.7.5 but CI is on 3.7.0 * fixed comment
This commit is contained in:
parent
0a3ec6fea1
commit
c3c7b68cac
2 changed files with 10 additions and 15 deletions
|
@ -8,13 +8,6 @@ IGNORE_UNCAUGHT_EXCEPTIONS = [
|
|||
("tests.components.default_config.test_init", "test_setup"),
|
||||
("tests.components.demo.test_init", "test_setting_up_demo"),
|
||||
("tests.components.discovery.test_init", "test_discover_config_flow"),
|
||||
("tests.components.dsmr.test_sensor", "test_default_setup"),
|
||||
("tests.components.dsmr.test_sensor", "test_v4_meter"),
|
||||
("tests.components.dsmr.test_sensor", "test_v5_meter"),
|
||||
("tests.components.dsmr.test_sensor", "test_belgian_meter"),
|
||||
("tests.components.dsmr.test_sensor", "test_belgian_meter_low"),
|
||||
("tests.components.dsmr.test_sensor", "test_tcp"),
|
||||
("tests.components.dsmr.test_sensor", "test_connection_errors_retry"),
|
||||
("tests.components.dyson.test_air_quality", "test_purecool_aiq_attributes"),
|
||||
("tests.components.dyson.test_air_quality", "test_purecool_aiq_update_state"),
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue